Skip to content

Commit

Permalink
Revert "Dev (#103)"
Browse files Browse the repository at this point in the history
This reverts commit b7dfe58.
  • Loading branch information
lulu12329 committed May 8, 2024
1 parent b7dfe58 commit 31a5f79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6,501 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
bingusboingus:
hostname: bingusboingus
pull_policy: always
image: ghcr.io/bingusboingus-developer-team/bingusboingus:dev
image: ghcr.io/blvckleg/bingusboingus:dev
volumes:
- .env:/home/node/.env.prod
environment:
Expand Down Expand Up @@ -33,7 +33,7 @@ services:
'CMD',
'sh',
'-c',
'echo ''db.runCommand("ping").ok'' | mongosh localhost:27017 --quiet',
'echo ''db.runCommand("ping").ok'' | mongosh localhost:27017 --quiet'
]
interval: 10s
timeout: 10s
Expand Down
Loading

0 comments on commit 31a5f79

Please sign in to comment.