From 4c0912a843bdd3f7d507264c4ef405c0846c486e Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 21 Nov 2022 11:11:07 +0800 Subject: Try to fix timeline. Add auto-certbot. --- template/docker-compose.yaml.template | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'template/docker-compose.yaml.template') diff --git a/template/docker-compose.yaml.template b/template/docker-compose.yaml.template index 8cb617a..431cdaf 100644 --- a/template/docker-compose.yaml.template +++ b/template/docker-compose.yaml.template @@ -24,6 +24,10 @@ services: image: crupest/timeline:latest container_name: timeline restart: on-failure:3 + environment: + - TIMELINE_DisableAutoBackup=true + - TIMELINE_EnableForwardedHeaders=true + - TIMELINE_ForwardedHeadersAllowedProxyHosts=nginx volumes: - ./data/timeline:/root/timeline ports: -- cgit v1.2.3