From cd6d5280fb388798bd3b1a508defe99f8edea19f Mon Sep 17 00:00:00 2001 From: "theis.gaedigk" Date: Fri, 8 May 2026 20:25:52 +0200 Subject: [PATCH] changed docker config --- docker-compose.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 869f6e5..067a799 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,16 +3,17 @@ services: container_name: weather-frontend build: ./frontend networks: - - proxynet + proxynet: + ipv4_address: 172.20.0.22 restart: unless-stopped backend: container_name: weather-backend build: ./backend networks: - - proxynet - volumes: - - ./backend:/bikelane-backend + proxynet: + ipv4_address: 172.20.0.23 + environment: restart: unless-stopped networks: