From 4819cd1605ecd375b6271543548590b172b30e31 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Wed, 29 Jan 2025 15:02:34 -0500 Subject: [PATCH] Forgot a few configs for Nextcloud AIO. --- docker-compose.yml | 33 +++++++-------------------------- 1 file changed, 7 insertions(+), 26 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index eaaf7101..631a456c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3718,54 +3718,35 @@ services: volume: {} nextcloud: container_name: nextcloud - depends_on: - mariadb: - condition: service_started - required: true - restart: true environment: DOCKER_HOST: tcp://dockerproxy:2375 - PGID: ${PGID} - PUID: ${PUID} - TZ: ${TZ} LOG_LEVEL: debug SKIP_DOMAIN_VALIDATION: false APACHE_ADDITIONAL_NETWORK: APACHE_IP_BINDING: 0.0.0.0 APACHE_PORT: 11000 + expose: + - 11000 image: nextcloud/all-in-one:latest labels: homepage.group: Personal Services homepage.name: NextCloud homepage.href: https://cloud.${MY_TLD} - homepage.icon: nextcloud.png + homepage.icon: nextcloud.svg homepage.description: Private Cloud swag: enable + swag_port: 11000 swag_proto: https swag_url: cloud.${MY_TLD} swag.uptime-kuma.enabled: true swag.uptime-kuma.monitor.url: https://cloud.${MY_TLD} - networks: - default: null ports: - - mode: ingress - protocol: tcp - published: "444" - target: 443 + - 56713:8080 restart: unless-stopped volumes: - /etc/localtime:/etc/localtime:ro - - ${DOCKER_VOLUME_CONFIG}/nextcloud:/config - - bind: - create_host_path: true - source: /rinoa-storage - target: /storage - type: bind - - bind: - create_host_path: true - source: ${DOCKER_VOLUME_CONFIG}/nextcloud - target: /data - type: bind + - ${DOCKER_VOLUME_CONFIG}/nextcloud/config:/config + - ${DOCKER_VOLUME_CONFIG}/nextcloud/data:/data ollama: container_name: ollama image: ollama/ollama