added localtime

root 2021-05-18 10:30:32 +02:00
parent a3035c5f57
commit f534430bdb
9 changed files with 11 additions and 1 deletions

View File

@ -7,6 +7,8 @@ services:
dockerfile: Dockerfile
container_name: isard-apps-etherpad
restart: on-failure:10
volumes:
- /etc/localtime:/etc/localtime:ro
# ports:
# - 9001:9001
# env_file: etherpad.env

View File

@ -11,7 +11,8 @@ services:
environment:
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
volumes:
- ${SRC_FOLDER}/haproxy:/certs:rw
- /etc/localtime:/etc/localtime:ro
- ${SRC_FOLDER}/haproxy:/certs:rw
networks:
- isard_net
ports:

View File

@ -10,6 +10,7 @@ services:
# - '${HTTP_PORT}:80'
# - '${HTTPS_PORT}:443'
volumes:
- /etc/localtime:/etc/localtime:ro
- ${CONFIG}/web:/config:Z
- ${CONFIG}/transcripts:/usr/share/jitsi-meet/transcripts:Z
environment:

View File

@ -11,6 +11,7 @@ services:
'--collation-server=utf8mb4_unicode_ci'
]
volumes:
- /etc/localtime:/etc/localtime:ro
#- ${BUILD_ROOT_PATH}/docker/mariadb/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d
- ${DB_FOLDER}/mariadb:/var/lib/mysql
environment:

View File

@ -12,6 +12,7 @@ services:
depends_on:
- isard-apps-postgresql
volumes:
- /etc/localtime:/etc/localtime:ro
- ${SRC_FOLDER}/nextcloud:/var/www/html
- ${DATA_FOLDER}/nextcloud:/var/www/html/data
#- ${BUILD_ROOT_PATH}/docker/nextcloud/custom_apps:/var/www/html/custom_apps

View File

@ -4,6 +4,7 @@ services:
container_name: isard-apps-onlyoffice
image: alehoho/oo-ce-docker-license
volumes:
- /etc/localtime:/etc/localtime:ro
- ${BUILD_ROOT_PATH}/docker/onlyoffice/local.json:/etc/onlyoffice/documentserver/local.json:ro
networks:
- isard_net

View File

@ -9,6 +9,7 @@ services:
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
- POSTGRES_USER=${POSTGRES_USER}
volumes:
- /etc/localtime:/etc/localtime:ro
- ${DB_FOLDER}/postgres:/var/lib/postgresql/data
- ${BUILD_ROOT_PATH}/docker/postgresql/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d
networks:

View File

@ -4,6 +4,7 @@ services:
image: redis:6-alpine
container_name: isard-apps-redis
volumes:
- /etc/localtime:/etc/localtime:ro
- ${DB_FOLDER}/redis:/data
networks:
- isard_net

View File

@ -6,6 +6,7 @@ services:
# ports:
# - ${IP}:80:80 # change ip if required
volumes:
- /etc/localtime:/etc/localtime:ro
- ${BUILD_ROOT_PATH}/docker/wordpress/src/config/php.conf.ini:/usr/local/etc/php/conf.d/conf.ini
- ${SRC_FOLDER}/wordpress:/var/www/html # Full wordpress project
- ${BUILD_ROOT_PATH}/docker/wordpress/plugins/saml/onelogin-saml-sso:/var/www/html/wp-content/plugins/