|
@@ -110,7 +110,6 @@ services:
|
|
- DEBUG
|
|
- DEBUG
|
|
volumes:
|
|
volumes:
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- /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:
|
|
@@ -121,7 +120,6 @@ services:
|
|
- "5432:5432"
|
|
- "5432:5432"
|
|
volumes:
|
|
volumes:
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- - /etc/timezone:/etc/timezone:ro
|
|
|
|
mongodb:
|
|
mongodb:
|
|
image: mongo:3.2
|
|
image: mongo:3.2
|
|
networks:
|
|
networks:
|
|
@@ -144,7 +142,6 @@ services:
|
|
mongod --replSet rs1
|
|
mongod --replSet rs1
|
|
volumes:
|
|
volumes:
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- - /etc/timezone:/etc/timezone:ro
|
|
|
|
wekan:
|
|
wekan:
|
|
image: quay.io/wekan/wekan
|
|
image: quay.io/wekan/wekan
|
|
container_name: wekan-app
|
|
container_name: wekan-app
|
|
@@ -615,7 +612,6 @@ services:
|
|
- mongodb
|
|
- mongodb
|
|
volumes:
|
|
volumes:
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- /etc/localtime:/etc/localtime:ro
|
|
- - /etc/timezone:/etc/timezone:ro
|
|
|
|
|
|
|
|
#---------------------------------------------------------------------------------
|
|
#---------------------------------------------------------------------------------
|
|
# ==== OPTIONAL: SHARE DATABASE TO OFFICE LAN AND REMOTE VPN ====
|
|
# ==== OPTIONAL: SHARE DATABASE TO OFFICE LAN AND REMOTE VPN ====
|