mirror of
https://github.com/RealOrangeOne/infrastructure.git
synced 2026-01-22 18:07:05 +00:00
Use timezone variable
This commit is contained in:
parent
99002a6f97
commit
8dec4597b7
3 changed files with 3 additions and 3 deletions
|
|
@ -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 }}
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue