Skip to content

Commit

Permalink
update template
Browse files Browse the repository at this point in the history
  • Loading branch information
ilude committed Mar 28, 2024
1 parent d8267aa commit ab1512e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .templates/service.template
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ services:
- TZ=${TZ}
labels:
- joyride.host.name=${${SERVICE_PASSED_UPCASED}_CONTAINER_NAME:-${SERVICE_PASSED_DNCASED}}.${HOST_DOMAIN}
- traefik.enable=true
- traefik.enable=${${SERVICE_PASSED_UPCASED}_TRAEFIK_ENABLED:-true}
- traefik.http.routers.${SERVICE_PASSED_DNCASED}.entrypoints=websecure
- traefik.http.routers.${SERVICE_PASSED_DNCASED}.rule=Host(`${${SERVICE_PASSED_UPCASED}_CONTAINER_NAME:-${SERVICE_PASSED_DNCASED}}.${HOST_DOMAIN}`)
#- traefik.http.services.${SERVICE_PASSED_DNCASED}.loadbalancer.server.scheme=https # enable if the service wants to connect over https
- traefik.http.services.${SERVICE_PASSED_DNCASED}.loadbalancer.server.port=8096
- com.centurylinklabs.watchtower.enable=true
- autoheal=true
- com.centurylinklabs.watchtower.enable=${${SERVICE_PASSED_UPCASED}_WATCHTOWER_ENABLED:-true}
- autoheal=${${SERVICE_PASSED_UPCASED}_AUTOHEAL_ENABLED:-true}

0 comments on commit ab1512e

Please sign in to comment.