Skip to content

Commit

Permalink
add deploy section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
david-loe committed Apr 19, 2024
1 parent 661ebaf commit 822f3e5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ Dieser statische Währungsrechner zeigt den offiziellen monatlichen Buchungskurs

[API Documentation](https://david-loe.github.io/abrechnung/)

## Deploy

Using prebuilt docker images:

https://github.com/david-loe/abrechnung/blob/main/deploy-compose.yml

ℹ Don't forget to specify [environment variables](.env.example) in a `.env` file or directly in the compose.yml.

## Run

### Gitpod
Expand Down
3 changes: 1 addition & 2 deletions deploy-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ services:
- .env

db:
image: mongo:latest
command: --quiet --logpath /dev/null
image: mongo
restart: always
volumes:
- db_data:/data/db
Expand Down

0 comments on commit 822f3e5

Please sign in to comment.