Use timezone variable

This commit is contained in:
Jake Howard 2025-11-05 14:00:15 +00:00
parent 99002a6f97
commit 8dec4597b7
No known key found for this signature in database
GPG key ID: 57AFB45680EDD477
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ services:
image: freshrss/freshrss:latest
restart: unless-stopped
environment:
- TZ=Europe/London
- TZ={{ timezone }}
- OIDC_ENABLED=1
- OIDC_PROVIDER_METADATA_URL=https://auth.jakehoward.tech/.well-known/openid-configuration
- OIDC_CLIENT_ID={{ vault_oidc_client_id }}

View file

@ -3,7 +3,7 @@ services:
image: ghcr.io/realorangeone/macau:latest
restart: unless-stopped
environment:
- TZ=Europe/London
- TZ={{ timezone }}
- SECRET_KEY="{{ vault_secret_key }}"
- DATABASE_URL=postgres://macau:macau@db/macau
networks:

View file

@ -4,7 +4,7 @@ services:
command: server /data --console-address ":9090"
user: "{{ docker_user.id }}"
environment:
- TZ=Europe/London
- TZ={{ timezone }}
- MINIO_ROOT_USER=jake
- MINIO_ROOT_PASSWORD={{ vault_minio_root_password }}
restart: unless-stopped