Forgot a few configs for Nextcloud AIO.
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / Check and Create PR (push) Has been cancelled
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / Docker Compose & Ansible Lints (push) Has been cancelled
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / Cloudflare DNS Setup (push) Has been cancelled
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / Update README (push) Has been cancelled
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / PR Merge (push) Has been cancelled
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / Deploy via Ansible & Docker Compose (push) Has been cancelled

This commit is contained in:
2025-01-29 15:02:34 -05:00
parent 3d8bb3f400
commit 4819cd1605
+7 -26
View File
@@ -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