Remove nextcloud since it doesn't store data on the disk array, and instead resets every time the hardware changes.

This commit is contained in:
2025-07-15 10:55:02 +01:00
parent f6d4be181c
commit c1ca3d981e

View File

@@ -195,21 +195,6 @@ services:
# - SYS_NICE
# restart: unless-stopped
# --- Nextcloud ---
nextcloud-aio-mastercontainer:
image: ghcr.io/nextcloud-releases/all-in-one:latest
init: true
restart: unless-stopped
container_name: nextcloud-aio-mastercontainer # This line is not allowed to be changed.
#network_mode: bridge
volumes:
- nextcloud_aio_mastercontainer:/mnt/docker-aio-config # This line is not allowed to be changed.
- /var/run/docker.sock:/var/run/docker.sock:ro
ports:
- 8080:8080
env_file:
- .env
# --- Gitea ---
gitea:
image: gitea/gitea:latest