Skip to content

Commit

Permalink
Dev (#103)
Browse files Browse the repository at this point in the history
* fix: package lock and types

* fix: cba anymore

* ci: token secret

* chore: update docker-compose image path

* Revert "ci: token secret"

This reverts commit 8f4ddd3.

---------

Co-authored-by: lulu12329 <[email protected]>
  • Loading branch information
sanriodev and lulu12329 authored May 8, 2024
1 parent ca25c54 commit b7dfe58
Show file tree
Hide file tree
Showing 2 changed files with 6,501 additions and 3 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/blvckleg/bingusboingus:dev
image: ghcr.io/bingusboingus-developer-team/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 b7dfe58

Please sign in to comment.