This commit is contained in:
2026-05-18 14:16:48 +02:00
parent aec2bf66fd
commit 72c09a2ff2
4 changed files with 6 additions and 34 deletions
+6 -6
View File
@@ -2,7 +2,7 @@ name: elas-atelier
services:
backend:
container_name: elas-atelier-backend
container_name: narlblog-backend
build:
context: ./backend
dockerfile: Dockerfile
@@ -20,7 +20,7 @@ services:
- RUST_LOG=${RUST_LOG:-info}
restart: unless-stopped
networks:
- atelier_net
- narlblog-net
healthcheck:
test: ["CMD", "curl", "-fsS", "http://localhost:3000/healthz"]
interval: 15s
@@ -34,7 +34,7 @@ services:
max-file: "3"
frontend:
container_name: elas-atelier-frontend
container_name: narlblog-frontend
build:
context: ./frontend
dockerfile: Dockerfile
@@ -48,7 +48,7 @@ services:
condition: service_healthy
restart: unless-stopped
networks:
- atelier_net
- narlblog-net
logging:
driver: json-file
options:
@@ -56,6 +56,6 @@ services:
max-file: "3"
networks:
atelier_net:
name: elas-atelier-net
internal_net:
name: narlblog-net
driver: bridge