From d357056752382ffe4ae866304d3573c361dbe21a Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Wed, 30 Apr 2025 23:07:35 -0700 Subject: move to new outbound server on linode. Fix a lot of deployment time issue things, including HIGH AVAILABILITY EMAIL OWOOWOJIJODOFKJSDF --- playbooks/roles/outbound/templates/proxy/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'playbooks/roles/outbound/templates/proxy') diff --git a/playbooks/roles/outbound/templates/proxy/docker-compose.yml b/playbooks/roles/outbound/templates/proxy/docker-compose.yml index c5aa3ac..c754cdc 100644 --- a/playbooks/roles/outbound/templates/proxy/docker-compose.yml +++ b/playbooks/roles/outbound/templates/proxy/docker-compose.yml @@ -4,7 +4,7 @@ services: headscale-client: image: tailscale/tailscale:latest environment: - - DEPLOYMENT_TIME={{ now() }} + - DEPLOYMENT_TIME={{ deployment_time }} - TS_AUTHKEY={{ headscale_user_auth_key }} - TS_EXTRA_ARGS=--login-server=https://{{ headscale_host }} --accept-routes --accept-dns --stateful-filtering=false - TS_STATE_DIR=/var/lib/tailscale @@ -40,7 +40,7 @@ services: cap_add: - NET_ADMIN # to modify the routing table environment: - - DEPLOYMENT_TIME={{ now() }} + - DEPLOYMENT_TIME={{ deployment_time }} - VIRTUAL_HOST=*.{{ domain }},{{ domain }} - VIRTUAL_PORT=80 - LETSENCRYPT_HOST=*.{{ domain }},{{ domain }} -- cgit v1.2.3-70-g09d2