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 dockerfile: Dockerfile
container_name: isard-apps-etherpad container_name: isard-apps-etherpad
restart: on-failure:10 restart: on-failure:10
volumes:
- /etc/localtime:/etc/localtime:ro
# ports: # ports:
# - 9001:9001 # - 9001:9001
# env_file: etherpad.env # env_file: etherpad.env

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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