Loading deploy/docker-compose.tmpl.yml +4 −3 Original line number Diff line number Diff line Loading @@ -47,9 +47,10 @@ services: update_config: delay: ${PORTAINER_CE_UPDATE_DELAY:-1m} labels: traefik.frontend.rule: Host:${TRAEFIK_SUBDOMAIN:-portainer}.${PUBLIC_HOSTNAME} traefik.backend: portainer traefik.port: '${PORTAINER_CE_PORT}' traefik.enable: 'true' traefik.http.routers.portainer.entrypoints: ${TRAEFIK_ENTRYPOINT:-http} traefik.http.routers.portainer.rule: Host(`${TRAEFIK_SUBDOMAIN:-portainer}.${PUBLIC_HOSTNAME}`) traefik.http.services.portainer.loadbalancer.server.port: ${PORTAINER_CE_PORT} resources: limits: cpus: '${PORTAINER_CE_RESOURCES_LIMITS_CPUS:-0.5}' Loading Loading
deploy/docker-compose.tmpl.yml +4 −3 Original line number Diff line number Diff line Loading @@ -47,9 +47,10 @@ services: update_config: delay: ${PORTAINER_CE_UPDATE_DELAY:-1m} labels: traefik.frontend.rule: Host:${TRAEFIK_SUBDOMAIN:-portainer}.${PUBLIC_HOSTNAME} traefik.backend: portainer traefik.port: '${PORTAINER_CE_PORT}' traefik.enable: 'true' traefik.http.routers.portainer.entrypoints: ${TRAEFIK_ENTRYPOINT:-http} traefik.http.routers.portainer.rule: Host(`${TRAEFIK_SUBDOMAIN:-portainer}.${PUBLIC_HOSTNAME}`) traefik.http.services.portainer.loadbalancer.server.port: ${PORTAINER_CE_PORT} resources: limits: cpus: '${PORTAINER_CE_RESOURCES_LIMITS_CPUS:-0.5}' Loading