Add default, shorten start check and remove outdated cruft

This commit is contained in:
Luke Murphy
2020-07-05 02:34:56 +02:00
parent 344fcfe192
commit 82023bf3a8
2 changed files with 2 additions and 10 deletions
+2 -2
View File
@@ -30,7 +30,7 @@ services:
interval: 15s
timeout: 10s
retries: 10
start_period: 30s
start_period: 15s
deploy:
update_config:
failure_action: rollback
@@ -41,7 +41,7 @@ services:
- "traefik.http.routers.gitea.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.gitea.entrypoints=web-secure"
- "traefik.http.services.gitea.loadbalancer.server.port=3000"
- "traefik.http.routers.gitea.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "traefik.http.routers.gitea.tls.certresolver=${LETS_ENCRYPT_ENV:production}"
- "traefik.tcp.routers.gitea-ssh.rule=HostSNI(`*`)"
- "traefik.tcp.routers.gitea-ssh.entrypoints=gitea-ssh"