Loading .gitignore +1 −0 Original line number Diff line number Diff line .idea files .env No newline at end of file docker-compose.yml +0 −10 Original line number Diff line number Diff line networks: nextcloud-network: external: true services: nextcloud: image: ${NEXTCLOUD_DOCKER_IMG} networks: - nextcloud-network environment: - POSTGRES_HOST=${DB_HOST} - POSTGRES_USER=${DB_USER} Loading Loading @@ -38,8 +32,6 @@ services: nextcloud-cron: image: ${NEXTCLOUD_DOCKER_IMG} entrypoint: /cron.sh networks: - nextcloud-network volumes: - nextcloud-config:/var/www/html/config deploy: Loading @@ -49,8 +41,6 @@ services: nginx: image: ${NGINX_DOCKER_IMG} networks: - nextcloud-network environment: NEXTCLOUD_ADDR: ${NEXTCLOUD_ADDR:-nextcloud:9000} DOMAIN: ${DOMAIN} Loading Loading
.gitignore +1 −0 Original line number Diff line number Diff line .idea files .env No newline at end of file
docker-compose.yml +0 −10 Original line number Diff line number Diff line networks: nextcloud-network: external: true services: nextcloud: image: ${NEXTCLOUD_DOCKER_IMG} networks: - nextcloud-network environment: - POSTGRES_HOST=${DB_HOST} - POSTGRES_USER=${DB_USER} Loading Loading @@ -38,8 +32,6 @@ services: nextcloud-cron: image: ${NEXTCLOUD_DOCKER_IMG} entrypoint: /cron.sh networks: - nextcloud-network volumes: - nextcloud-config:/var/www/html/config deploy: Loading @@ -49,8 +41,6 @@ services: nginx: image: ${NGINX_DOCKER_IMG} networks: - nextcloud-network environment: NEXTCLOUD_ADDR: ${NEXTCLOUD_ADDR:-nextcloud:9000} DOMAIN: ${DOMAIN} Loading