Skip to content

Commit

Permalink
🤹ci: update network mode to default bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
blinko-space committed Nov 6, 2024
1 parent e623d0c commit 3827609
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ services:
timeout: 10s
retries: 5
start_period: 30s
network_mode: bridge

postgres:
image: postgres:14
Expand All @@ -44,4 +45,5 @@ services:
["CMD", "pg_isready", "-U", "postgres", "-d", "postgres"]
interval: 5s
timeout: 10s
retries: 5
retries: 5
network_mode: bridge

0 comments on commit 3827609

Please sign in to comment.