diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-04-30 23:07:35 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-04-30 23:07:35 -0700 |
commit | d357056752382ffe4ae866304d3573c361dbe21a (patch) | |
tree | 04f1a5f5024d8d7be9e82d990dd2aee6575190dc /playbooks/roles/outbound/templates/proxy | |
parent | 3ddb82656d6d0c34f47962db25d37adf6ebb15e1 (diff) | |
download | infra-d357056752382ffe4ae866304d3573c361dbe21a.tar.gz infra-d357056752382ffe4ae866304d3573c361dbe21a.zip |
move to new outbound server on linode. Fix a lot of deployment time issue things, including HIGH AVAILABILITY EMAIL OWOOWOJIJODOFKJSDF
Diffstat (limited to 'playbooks/roles/outbound/templates/proxy')
-rw-r--r-- | playbooks/roles/outbound/templates/proxy/docker-compose.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 }} |