upd compose
This commit is contained in:
parent
90e8fe7c7d
commit
ef34fc2fa3
@ -20,6 +20,7 @@ services:
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
start_period: 40s
|
||||
restart: always
|
||||
|
||||
postgres:
|
||||
image: postgres:14
|
||||
@ -34,6 +35,7 @@ services:
|
||||
- pgdata:/var/lib/postgresql/data
|
||||
networks:
|
||||
- app-network
|
||||
restart: always
|
||||
|
||||
backend:
|
||||
container_name: backend_container
|
||||
@ -52,6 +54,7 @@ services:
|
||||
condition: service_started
|
||||
networks:
|
||||
- app-network
|
||||
restart: always
|
||||
|
||||
frontend:
|
||||
container_name: frontend_container
|
||||
@ -64,6 +67,7 @@ services:
|
||||
- backend
|
||||
networks:
|
||||
- app-network
|
||||
restart: always
|
||||
|
||||
networks:
|
||||
app-network:
|
||||
@ -71,3 +75,4 @@ networks:
|
||||
|
||||
volumes:
|
||||
pgdata:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user