Docker buid issue
This commit is contained in:
@ -59,15 +59,8 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- vending-network
|
- vending-network
|
||||||
depends_on:
|
depends_on:
|
||||||
backend:
|
- backend
|
||||||
condition: service_healthy
|
|
||||||
restart: always
|
restart: always
|
||||||
healthcheck:
|
|
||||||
test: ["CMD-SHELL", "test -f /usr/share/nginx/html/index.html || exit 1"]
|
|
||||||
interval: 30s
|
|
||||||
timeout: 10s
|
|
||||||
retries: 5
|
|
||||||
start_period: 60s
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
vending-network:
|
vending-network:
|
||||||
|
|||||||
Reference in New Issue
Block a user