first setup configuration
Build LinkLog Development Image / development-image (push) Successful in 10s
Build LinkLog Development Image / development-image (push) Successful in 10s
This commit is contained in:
+1
-6
@@ -33,12 +33,7 @@ services:
|
||||
timeout: ${APP_HEALTHCHECK_TIMEOUT:-5s}
|
||||
start_period: ${APP_HEALTHCHECK_START_PERIOD:-10s}
|
||||
retries: ${APP_HEALTHCHECK_RETRIES:-3}
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.linklog.rule=Host(`${TRAEFIK_HOST:-localhost}`)"
|
||||
- "traefik.http.routers.linklog.entrypoints=web"
|
||||
- "traefik.http.services.linklog.loadbalancer.server.port=8000"
|
||||
|
||||
|
||||
|
||||
volumes:
|
||||
linklog_data:
|
||||
|
||||
Reference in New Issue
Block a user