Skip to content

Commit

Permalink
try fix CI #13
Browse files Browse the repository at this point in the history
  • Loading branch information
Anvill1 committed Jan 9, 2025
1 parent 2e7c915 commit f40d459
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
version: '3.8'

networks:
net-01:
driver: bridge

services:
db:
image: postgres:16-alpine
Expand All @@ -10,6 +14,8 @@ services:
POSTGRES_DB: soloanvill
ports:
- 5432:5432
networks:
- net-01

IMAGE_NAME:
image: ACCOUNT_NAME/IMAGE_NAME:IMAGE_VERSION
Expand All @@ -20,4 +26,6 @@ services:
- ./config.yml:/app/config.yml
depends_on:
db:
condition: service_started
condition: service_started
networks:
- net-01

0 comments on commit f40d459

Please sign in to comment.