|
@@ -108,6 +108,9 @@ services:
|
|
- TORODB_BACKEND_USER=wekan
|
|
- TORODB_BACKEND_USER=wekan
|
|
- TORODB_BACKEND_PASSWORD=wekan
|
|
- TORODB_BACKEND_PASSWORD=wekan
|
|
- DEBUG
|
|
- DEBUG
|
|
|
|
+ volumes:
|
|
|
|
+ - /etc/localtime:/etc/localtime:ro
|
|
|
|
+ - /etc/timezone:/etc/timezone:ro
|
|
postgres:
|
|
postgres:
|
|
image: quay.io/wekan/postgres:9.6
|
|
image: quay.io/wekan/postgres:9.6
|
|
networks:
|
|
networks:
|
|
@@ -116,6 +119,9 @@ services:
|
|
- POSTGRES_PASSWORD=wekan
|
|
- POSTGRES_PASSWORD=wekan
|
|
ports:
|
|
ports:
|
|
- "5432:5432"
|
|
- "5432:5432"
|
|
|
|
+ volumes:
|
|
|
|
+ - /etc/localtime:/etc/localtime:ro
|
|
|
|
+ - /etc/timezone:/etc/timezone:ro
|
|
mongodb:
|
|
mongodb:
|
|
image: mongo:3.2
|
|
image: mongo:3.2
|
|
networks:
|
|
networks:
|