feat: add schedule_timezone to semaphore

This commit is contained in:
Simon Cornet 2025-10-02 11:06:56 +02:00
commit 4fd439f7da

View file

@ -68,6 +68,7 @@
SEMAPHORE_TOTP_ALLOW_RECOVERY: "True"
SEMAPHORE_TOTP_ENABLED: "True"
SEMAPHORE_USE_REMOTE_RUNNER: "True"
SEMAPHORE_SCHEDULE_TIMEZONE: "Europe/Amsterdam"
# global
TZ: "{{ timezone }}"