This commit is contained in:
2025-10-13 19:40:40 +02:00
parent b87231f8f9
commit cb0760ad31
2 changed files with 4 additions and 1 deletions

3
shepherd/.env Normal file
View File

@@ -0,0 +1,3 @@
# Shepherd variables
TZ=Europe/Oslo

View File

@@ -11,5 +11,5 @@ services:
constraints: constraints:
- node.role == manager - node.role == manager
environment: environment:
TZ: 'Europe/Oslo' TZ: ${TZ}
SLEEP_TIME: '180m' SLEEP_TIME: '180m'