Skip to content

Commit

Permalink
Update dashy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Homemediadocker committed Jul 4, 2024
1 parent 5b0ada5 commit c13f7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose-files/dashy/dashy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
- "traefik.http.routers.${DASHY_CONTAINER_NAME}.rule=Host(`${DASHY_CONTAINER_NAME}.${PROJECT_HOSTNAME}`)"
- "traefik.http.routers.${DASHY_CONTAINER_NAME}.entrypoints=https"
- "traefik.http.routers.${DASHY_CONTAINER_NAME}.tls=true"
- "traefik.http.services.${DASHY_CONTAINER_NAME}.loadbalancer.server.port=${DASHY_HOST_HTTP_PORT}"
- "traefik.http.services.${DASHY_CONTAINER_NAME}.loadbalancer.server.port=8080"
restart: unless-stopped
healthcheck:
test: ["CMD", "node", "/app/services/healthcheck"]
Expand Down

0 comments on commit c13f7ce

Please sign in to comment.