fix: awsm network name

This commit is contained in:
2025-10-26 17:13:11 +01:00
parent b7e1312dc8
commit 2abc1b68ec

View File

@@ -54,7 +54,7 @@ services:
# Load balancer configuration
- 'traefik.http.services.${AWESOME_COMPOSE_PROJECT_NAME:-awesome}-web-secure.loadbalancer.server.port=3000'
- 'traefik.docker.network=compose_network'
- 'traefik.docker.network=${NETWORK_NAME}'
healthcheck:
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:3000/api/stats"]