changed ports
CI / frontend (push) Successful in 38s
CI / backend (push) Failing after 19s

This commit is contained in:
2026-05-18 14:24:51 +02:00
parent 72c09a2ff2
commit 39bbd9e925
+4 -4
View File
@@ -1,4 +1,4 @@
name: elas-atelier name: narlblog
services: services:
backend: backend:
@@ -20,7 +20,7 @@ services:
- RUST_LOG=${RUST_LOG:-info} - RUST_LOG=${RUST_LOG:-info}
restart: unless-stopped restart: unless-stopped
networks: networks:
- narlblog-net - internal_net
healthcheck: healthcheck:
test: ["CMD", "curl", "-fsS", "http://localhost:3000/healthz"] test: ["CMD", "curl", "-fsS", "http://localhost:3000/healthz"]
interval: 15s interval: 15s
@@ -39,7 +39,7 @@ services:
context: ./frontend context: ./frontend
dockerfile: Dockerfile dockerfile: Dockerfile
ports: ports:
- "4322:4321" - "4321"
environment: environment:
- PUBLIC_API_URL=${PUBLIC_API_URL:-} - PUBLIC_API_URL=${PUBLIC_API_URL:-}
- SITE_MODE=${SITE_MODE:-atelier} - SITE_MODE=${SITE_MODE:-atelier}
@@ -48,7 +48,7 @@ services:
condition: service_healthy condition: service_healthy
restart: unless-stopped restart: unless-stopped
networks: networks:
- narlblog-net - internal_net
logging: logging:
driver: json-file driver: json-file
options: options: