fix: use correct Coolify port 8080 for Traefik routing

This commit is contained in:
2025-11-15 13:32:44 +01:00
parent 3ff112ccb3
commit 44ecff89c8

View File

@@ -105,7 +105,7 @@ services:
- APP_NAME=Coolify - APP_NAME=Coolify
- APP_ENV=production - APP_ENV=production
- APP_URL=https://${DEV_COOLIFY_TRAEFIK_HOST} - APP_URL=https://${DEV_COOLIFY_TRAEFIK_HOST}
- APP_PORT=8000 - APP_PORT=8080
- DB_HOST=${CORE_DB_HOST} - DB_HOST=${CORE_DB_HOST}
- DB_PORT=${CORE_DB_PORT} - DB_PORT=${CORE_DB_PORT}
- DB_DATABASE=${DEV_COOLIFY_DB_NAME} - DB_DATABASE=${DEV_COOLIFY_DB_NAME}
@@ -135,7 +135,7 @@ services:
- 'traefik.http.middlewares.${DEV_COMPOSE_PROJECT_NAME}-coolify-web-secure-compress.compress=true' - 'traefik.http.middlewares.${DEV_COMPOSE_PROJECT_NAME}-coolify-web-secure-compress.compress=true'
- 'traefik.http.routers.${DEV_COMPOSE_PROJECT_NAME}-coolify-web-secure.middlewares=${DEV_COMPOSE_PROJECT_NAME}-coolify-web-secure-compress,security-headers@file' - 'traefik.http.routers.${DEV_COMPOSE_PROJECT_NAME}-coolify-web-secure.middlewares=${DEV_COMPOSE_PROJECT_NAME}-coolify-web-secure-compress,security-headers@file'
# Service # Service
- 'traefik.http.services.${DEV_COMPOSE_PROJECT_NAME}-coolify-web-secure.loadbalancer.server.port=8000' - 'traefik.http.services.${DEV_COMPOSE_PROJECT_NAME}-coolify-web-secure.loadbalancer.server.port=8080'
- 'traefik.docker.network=${NETWORK_NAME}' - 'traefik.docker.network=${NETWORK_NAME}'
# Watchtower # Watchtower
- 'com.centurylinklabs.watchtower.enable=${WATCHTOWER_LABEL_ENABLE}' - 'com.centurylinklabs.watchtower.enable=${WATCHTOWER_LABEL_ENABLE}'