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/bin | |
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/bin')
-rw-r--r-- | playbooks/roles/bin/templates/stacks/docker-compose.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/roles/bin/templates/stacks/docker-compose.yml b/playbooks/roles/bin/templates/stacks/docker-compose.yml index 2580fd6..5f99f8b 100644 --- a/playbooks/roles/bin/templates/stacks/docker-compose.yml +++ b/playbooks/roles/bin/templates/stacks/docker-compose.yml @@ -5,7 +5,7 @@ services: - {{ bin_base }}/volumes/data:/data environment: - TZ={{ timezone }} - - DEPLOYMENT_TIME={{ now() }} + - DEPLOYMENT_TIME={{ deployment_time }} - TRUST_PROXY=true - API_URL=https://{{ bin_domain }} - DATA_DIRECTORY=/data |