Skip to content

Commit

Permalink
also implementing autorestart for checker
Browse files Browse the repository at this point in the history
  • Loading branch information
SirGankalot committed Jul 16, 2024
1 parent de5d029 commit 31fcf53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions checker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ services:
- MONGO_PORT=27017
- MONGO_USER=whatsscam
- MONGO_PASSWORD=whatsscam
restart: "unless-stopped"

whatsscam-mongo:
image: mongo
Expand All @@ -20,4 +21,5 @@ services:
environment:
MONGO_INITDB_ROOT_USERNAME: whatsscam
MONGO_INITDB_ROOT_PASSWORD: whatsscam
restart: "unless-stopped"

0 comments on commit 31fcf53

Please sign in to comment.