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
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:
+7
-26
@@ -3718,54 +3718,35 @@ services:
|
|||||||
volume: {}
|
volume: {}
|
||||||
nextcloud:
|
nextcloud:
|
||||||
container_name: nextcloud
|
container_name: nextcloud
|
||||||
depends_on:
|
|
||||||
mariadb:
|
|
||||||
condition: service_started
|
|
||||||
required: true
|
|
||||||
restart: true
|
|
||||||
environment:
|
environment:
|
||||||
DOCKER_HOST: tcp://dockerproxy:2375
|
DOCKER_HOST: tcp://dockerproxy:2375
|
||||||
PGID: ${PGID}
|
|
||||||
PUID: ${PUID}
|
|
||||||
TZ: ${TZ}
|
|
||||||
LOG_LEVEL: debug
|
LOG_LEVEL: debug
|
||||||
SKIP_DOMAIN_VALIDATION: false
|
SKIP_DOMAIN_VALIDATION: false
|
||||||
APACHE_ADDITIONAL_NETWORK:
|
APACHE_ADDITIONAL_NETWORK:
|
||||||
APACHE_IP_BINDING: 0.0.0.0
|
APACHE_IP_BINDING: 0.0.0.0
|
||||||
APACHE_PORT: 11000
|
APACHE_PORT: 11000
|
||||||
|
expose:
|
||||||
|
- 11000
|
||||||
image: nextcloud/all-in-one:latest
|
image: nextcloud/all-in-one:latest
|
||||||
labels:
|
labels:
|
||||||
homepage.group: Personal Services
|
homepage.group: Personal Services
|
||||||
homepage.name: NextCloud
|
homepage.name: NextCloud
|
||||||
homepage.href: https://cloud.${MY_TLD}
|
homepage.href: https://cloud.${MY_TLD}
|
||||||
homepage.icon: nextcloud.png
|
homepage.icon: nextcloud.svg
|
||||||
homepage.description: Private Cloud
|
homepage.description: Private Cloud
|
||||||
swag: enable
|
swag: enable
|
||||||
|
swag_port: 11000
|
||||||
swag_proto: https
|
swag_proto: https
|
||||||
swag_url: cloud.${MY_TLD}
|
swag_url: cloud.${MY_TLD}
|
||||||
swag.uptime-kuma.enabled: true
|
swag.uptime-kuma.enabled: true
|
||||||
swag.uptime-kuma.monitor.url: https://cloud.${MY_TLD}
|
swag.uptime-kuma.monitor.url: https://cloud.${MY_TLD}
|
||||||
networks:
|
|
||||||
default: null
|
|
||||||
ports:
|
ports:
|
||||||
- mode: ingress
|
- 56713:8080
|
||||||
protocol: tcp
|
|
||||||
published: "444"
|
|
||||||
target: 443
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- ${DOCKER_VOLUME_CONFIG}/nextcloud:/config
|
- ${DOCKER_VOLUME_CONFIG}/nextcloud/config:/config
|
||||||
- bind:
|
- ${DOCKER_VOLUME_CONFIG}/nextcloud/data:/data
|
||||||
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
|
|
||||||
ollama:
|
ollama:
|
||||||
container_name: ollama
|
container_name: ollama
|
||||||
image: ollama/ollama
|
image: ollama/ollama
|
||||||
|
|||||||
Reference in New Issue
Block a user