summaryrefslogtreecommitdiff
path: root/playbooks/roles/traextor/templates/stacks/docker-compose.yml
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-04-30 23:07:35 -0700
committerElizabeth Hunt <me@liz.coffee>2025-04-30 23:07:35 -0700
commitd357056752382ffe4ae866304d3573c361dbe21a (patch)
tree04f1a5f5024d8d7be9e82d990dd2aee6575190dc /playbooks/roles/traextor/templates/stacks/docker-compose.yml
parent3ddb82656d6d0c34f47962db25d37adf6ebb15e1 (diff)
downloadinfra-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/traextor/templates/stacks/docker-compose.yml')
-rw-r--r--playbooks/roles/traextor/templates/stacks/docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/roles/traextor/templates/stacks/docker-compose.yml b/playbooks/roles/traextor/templates/stacks/docker-compose.yml
index d15358e..db3c660 100644
--- a/playbooks/roles/traextor/templates/stacks/docker-compose.yml
+++ b/playbooks/roles/traextor/templates/stacks/docker-compose.yml
@@ -8,7 +8,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
command: -H unix:///var/run/docker.sock
environment:
- DEPLOYMENT_TIME: {{ now() }}
+ DEPLOYMENT_TIME: {{ deployment_time }}
TZ: {{ timezone }}
OUTPUT_DIR: /certs
deploy: