treafik debug network

This commit is contained in:
PxlLoewe
2025-06-27 20:11:01 -07:00
parent 4d5fc704a1
commit a2db875569

View File

@@ -40,7 +40,7 @@ services:
- discord_network - discord_network
- postgres_network - postgres_network
- traefik - traefik
hub-server: hub-server:
build: build:
context: . context: .
@@ -63,7 +63,6 @@ services:
postgres: postgres:
condition: service_healthy condition: service_healthy
# Dispatch Service # Dispatch Service
dispatch: dispatch:
build: build:
@@ -133,7 +132,7 @@ services:
networks: networks:
- postgres_network - postgres_network
- discord_network - discord_network
docs: docs:
build: build:
context: . context: .
@@ -166,6 +165,7 @@ services:
- postgres-data:/var/lib/postgresql/data - postgres-data:/var/lib/postgresql/data
networks: networks:
- postgres_network - postgres_network
- traefik
redis: redis:
container_name: redis container_name: redis