From 39bbd9e925b6865f6597fa81fe025a99c82ed4c4 Mon Sep 17 00:00:00 2001 From: Nils Pukropp Date: Mon, 18 May 2026 14:24:51 +0200 Subject: [PATCH] changed ports --- docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 73792a7..dae5f2d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: