mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
docker-compose, remove /etc/timezone because it's not available on some Linux systems
See discussion #4131
This commit is contained in:
parent
f9c9f2a453
commit
9868b3b6af
3 changed files with 0 additions and 7 deletions
|
|
@ -13,7 +13,6 @@ services:
|
||||||
- 27017
|
- 27017
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /etc/timezone:/etc/timezone:ro
|
|
||||||
- ./volumes/wekan-db:/data/db
|
- ./volumes/wekan-db:/data/db
|
||||||
- ./volumes/wekan-db-dump:/dump
|
- ./volumes/wekan-db-dump:/dump
|
||||||
|
|
||||||
|
|
@ -38,7 +37,6 @@ services:
|
||||||
- wekandb-dev
|
- wekandb-dev
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /etc/timezone:/etc/timezone:ro
|
|
||||||
- ../client:/home/wekan/app/client
|
- ../client:/home/wekan/app/client
|
||||||
- ../models:/home/wekan/app/models
|
- ../models:/home/wekan/app/models
|
||||||
- ../config:/home/wekan/app/config
|
- ../config:/home/wekan/app/config
|
||||||
|
|
|
||||||
|
|
@ -663,7 +663,6 @@ services:
|
||||||
- wekandb
|
- wekandb
|
||||||
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 ====
|
||||||
|
|
|
||||||
|
|
@ -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 ====
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue