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:
backend:
@@ -20,7 +20,7 @@ services:
- RUST_LOG=${RUST_LOG:-info}
restart: unless-stopped
networks:
- narlblog-net
- internal_net
healthcheck:
test: ["CMD", "curl", "-fsS", "http://localhost:3000/healthz"]
interval: 15s
@@ -39,7 +39,7 @@ services:
context: ./frontend
dockerfile: Dockerfile
ports:
- "4322:4321"
- "4321"
environment:
- PUBLIC_API_URL=${PUBLIC_API_URL:-}
- SITE_MODE=${SITE_MODE:-atelier}
@@ -48,7 +48,7 @@ services:
condition: service_healthy
restart: unless-stopped
networks:
- narlblog-net
- internal_net
logging:
driver: json-file
options: