From 970c1229c41bba1e100b233bd4d30656bb0d1b33 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Thu, 20 Mar 2025 09:37:53 +0530 Subject: [PATCH] Use default network --- server/compose.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/server/compose.yaml b/server/compose.yaml index 1e2ac1224b..27c1ebc9cf 100644 --- a/server/compose.yaml +++ b/server/compose.yaml @@ -20,8 +20,6 @@ services: volumes: - ./museum.yaml:/museum.yaml:ro - ./data:/data:ro - networks: - - internal # Resolve "localhost:3200" in the museum container to the minio container. socat: @@ -44,8 +42,6 @@ services: start_interval: 1s volumes: - postgres-data:/var/lib/postgresql/data - networks: - - internal minio: image: minio/minio @@ -58,8 +54,6 @@ services: command: server /data --address ":3200" --console-address ":3201" volumes: - minio-data:/data - networks: - - internal post_start: - command: | sh -c ' @@ -113,6 +107,3 @@ configs: volumes: postgres-data: minio-data: - -networks: - internal: