Skip to content

Commit

Permalink
Merge pull request #7 from ashrude/main
Browse files Browse the repository at this point in the history
Add timezone hint in cloner docker-compose
  • Loading branch information
amazy authored Jan 22, 2025
2 parents 8cc93f7 + eec7215 commit 4d948e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ services:
image: orthancteam/python-orthanc-tools:0.6.0
volumes: ["orthanc-cloner:/status"]
environment:
TZ: "Etc/UTC"
RUN_ONLY_AT_NIGHT_AND_WEEKEND: "true"
NIGHT_START_HOUR: "15"
NIGHT_END_HOUR: "6"
Expand Down
1 change: 1 addition & 0 deletions demo-setups/docker-compose.cloner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ services:
image: orthancteam/python-orthanc-tools:0.6.1
volumes: ["orthanc-cloner:/status"]
environment:
TZ: "Etc/UTC"
RUN_ONLY_AT_NIGHT_AND_WEEKEND: "true"
NIGHT_START_HOUR: "15"
NIGHT_END_HOUR: "6"
Expand Down

0 comments on commit 4d948e2

Please sign in to comment.