Skip to content

Commit

Permalink
chore: fix podman compose that got stuck in DB check
Browse files Browse the repository at this point in the history
KK-1113
  • Loading branch information
nikomakela committed Dec 19, 2024
1 parent 1f18cf6 commit c62ab1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ services:
environment:
DATABASE_URL: postgres://kukkuu:kukkuu@kukkuu-db/kukkuu
DATABASE_HOST: kukkuu-db.helsinki
SKIP_DATABASE_CHECK: 1
volumes:
- .:/app
ports:
Expand Down

0 comments on commit c62ab1e

Please sign in to comment.