Skip to content

Commit

Permalink
Add Timezone support
Browse files Browse the repository at this point in the history
  • Loading branch information
Sella-GH authored Jul 2, 2024
1 parent 3fd94f8 commit 4af4746
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
services:
AzzyBot:
container_name: AzzyBot
image: sellagh/azzybot:rel-2.0.0-preview1
image: sellagh/azzybot:rel-2.0.0-preview1.1
pull_policy: always
restart: unless-stopped
user: ${CURRENT_UID}
environment:
- FORCE_DEBUG=false
- TZ=Europe/Berlin
depends_on:
- AzzyBot-Db
networks:
Expand All @@ -27,6 +28,7 @@ services:
- MYSQL_DATABASE=azzybot
- MYSQL_USER=azzybot
- MYSQL_PASSWORD=thisIsAzzyB0!P@ssw0rd
- TZ=Europe/Berlin
networks:
- AzzyBot-Db-Nw
hostname: AzzyBot-Db
Expand Down

0 comments on commit 4af4746

Please sign in to comment.