Skip to content

Commit

Permalink
add API_PASSWORD to compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
ngn13 committed Apr 5, 2024
1 parent 39ab996 commit 8f8bb24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
docker-compose.yml
compose.yml
db
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ services:
image: ghcr.io/ngn13/massacr/api
restart: unless-stopped
environment:
- API_PASSWORD=default
- API_MONGO=mongodb://mongo
depends_on:
- mongo
Expand Down

0 comments on commit 8f8bb24

Please sign in to comment.