Skip to content

Commit

Permalink
fixed docker
Browse files Browse the repository at this point in the history
  • Loading branch information
kayprogrammer committed Dec 17, 2024
1 parent 3dbf06a commit c3f7d50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ services:
interval: 5s
timeout: 5s
retries: 5
networks:
- shared_network
api:
restart: always
build:
Expand Down Expand Up @@ -46,6 +48,8 @@ services:
- "5050:80"
depends_on:
- db
networks:
- shared_network

volumes:
postgres_data:
Expand Down

0 comments on commit c3f7d50

Please sign in to comment.