tsk-172: Cleanup

This commit is contained in:
kdeng00
2025-08-16 18:57:58 -04:00
parent 21002919d1
commit 5af440b7e1
+1 -8
View File
@@ -17,7 +17,6 @@ services:
main_db: main_db:
condition: service_healthy condition: service_healthy
networks: networks:
# - main-api-network
- icarus-network - icarus-network
restart: unless-stopped # Optional: Restart policy restart: unless-stopped # Optional: Restart policy
@@ -40,12 +39,12 @@ services:
auth_db: auth_db:
condition: service_healthy condition: service_healthy
networks: networks:
# - auth-api-network
- icarus-network - icarus-network
# Optional: Mount local code for development (live reload) # Optional: Mount local code for development (live reload)
# volumes: # volumes:
# - ./path/to/your/web-api-repo:/app # - ./path/to/your/web-api-repo:/app
# --- songparser service ---
songparser: songparser:
build: build:
context: ../songparser context: ../songparser
@@ -89,7 +88,6 @@ services:
start_period: 10s start_period: 10s
restart: always # Optional: Restart policy restart: always # Optional: Restart policy
networks: networks:
# - main-api-network
- icarus-network - icarus-network
# --- icarus web auth api db --- # --- icarus web auth api db ---
@@ -116,7 +114,6 @@ services:
start_period: 10s start_period: 10s
restart: always # Optional: Restart policy restart: always # Optional: Restart policy
networks: networks:
# - auth-api-network
- icarus-network - icarus-network
# Define the named volume for data persistence # Define the named volume for data persistence
@@ -128,9 +125,5 @@ volumes:
# Define the network (optional, but good practice) # Define the network (optional, but good practice)
networks: networks:
# main-api-network:
# driver: bridge
# auth-api-network:
# driver: bridge
icarus-network: icarus-network:
driver: bridge driver: bridge