M8-R11: make business timezone deterministic
This commit is contained in:
@@ -6,6 +6,8 @@ services:
|
||||
restart: "no"
|
||||
init: true
|
||||
command: ["python", "-m", "scripts.run_migrations"]
|
||||
environment:
|
||||
TZ: "${TZ:-Europe/Amsterdam}"
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
- ./.env:/app/.env:ro
|
||||
@@ -17,6 +19,8 @@ services:
|
||||
user: "1000:1000"
|
||||
restart: unless-stopped
|
||||
init: true
|
||||
environment:
|
||||
TZ: "${TZ:-Europe/Amsterdam}"
|
||||
depends_on:
|
||||
migration:
|
||||
condition: service_completed_successfully
|
||||
|
||||
Reference in New Issue
Block a user