Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
chore: fix docker containers timezone (#2027)
  • Loading branch information
mpro7 committed Mar 30, 2022
1 parent 482a16f commit 6bbb3fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Expand Up @@ -12,6 +12,7 @@ services:
networks:
- knora-net
environment:
- TZ=Europe/Zurich
- ADMIN_PASSWORD=test
- JVM_ARGS=-Xmx3G

Expand All @@ -28,6 +29,7 @@ services:
networks:
- knora-net
environment:
- TZ=Europe/Zurich
- SIPI_EXTERNAL_PROTOCOL=http
- SIPI_EXTERNAL_HOSTNAME=localhost
- SIPI_EXTERNAL_PORT=1024
Expand All @@ -47,6 +49,7 @@ services:
networks:
- knora-net
environment:
- TZ=Europe/Zurich
- KNORA_AKKA_LOGLEVEL=DEBUG
- KNORA_AKKA_STDOUT_LOGLEVEL=DEBUG
- KNORA_WEBAPI_DB_CONNECTIONS=2
Expand Down

0 comments on commit 6bbb3fe

Please sign in to comment.