mirror of
https://github.com/lorsanstand/Aether.git
synced 2026-06-19 12:05:16 +03:00
+1
-6
@@ -87,11 +87,6 @@ services:
|
|||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
ports:
|
ports:
|
||||||
- "3541:${BACKEND_PORT}"
|
- "3541:${BACKEND_PORT}"
|
||||||
healthcheck:
|
|
||||||
test: ["CMD-SHELL", "curl", "http://${BACKEND_HOST}:${BACKEND_PORT}/api/v1/health"]
|
|
||||||
interval: 5s
|
|
||||||
timeout: 5s
|
|
||||||
retries: 5
|
|
||||||
networks:
|
networks:
|
||||||
- aether
|
- aether
|
||||||
env_file:
|
env_file:
|
||||||
@@ -105,7 +100,7 @@ services:
|
|||||||
VITE_API_URL: ${VITE_API_URL}
|
VITE_API_URL: ${VITE_API_URL}
|
||||||
depends_on:
|
depends_on:
|
||||||
backend:
|
backend:
|
||||||
condition: service_healthy
|
condition: service_started
|
||||||
ports:
|
ports:
|
||||||
- "${FRONTEND_PORT}:3000"
|
- "${FRONTEND_PORT}:3000"
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user