diff --git a/docker-compose.yml b/docker-compose.yml index fe8b71f..9cff64a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,11 +6,11 @@ services: networks: - dokploy-network environment: - - HOSTNAME=betterbahn.s1q.dev + - HOSTNAME=0.0.0.0 labels: - "traefik.enable=true" - "traefik.docker.network=dokploy-network" - - "traefik.http.services.betterbahn-app.loadbalancer.server.port=80" # set port the container listenes to + - "traefik.http.services.betterbahn-app.loadbalancer.server.port=3000" # set port the container listenes to - "traefik.http.services.betterbahn-app.loadbalancer.server.scheme=http" - "traefik.http.routers.betterbahn-app-web.rule=Host(`${PUBLIC_DOMAIN}`)" - "traefik.http.routers.betterbahn-app-web.service=betterbahn-app"