From a72f2424e0af1dae4312f63abf1017faa5b53322 Mon Sep 17 00:00:00 2001 From: Emanuel Mairoll Date: Sun, 27 Jul 2025 13:16:41 +0200 Subject: [PATCH] Remove redundant docker compose entries - Expose after ports is a no-op, and the frontend needs to be exposed to the host (therefore use ports) - VIRTUAL_HOST seems to be an oversight from the last MR, there is no reference to it in the whole codebase --- docker-compose.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 19be2b5..b2c6d6f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -27,8 +27,6 @@ services: restart: unless-stopped ports: - "3000:3000" - expose: - - 3000 depends_on: - timescale - api @@ -36,7 +34,6 @@ services: - internal environment: API_SERVER_ENDPOINT: http://api:5000/ - VIRTUAL_HOST: tulip.h4xx.eu api: build: