Compare commits

..

No commits in common. "testing" and "main" have entirely different histories.

View File

@ -4,14 +4,11 @@ volumes:
networks:
traefik:
external: true
internal:
internal: true
services:
nextcloud:
image: "${IMAGE:-nextcloud}:${VERSION:-latest}"
container_name: "${NAME:-nextcloud}"
mem_limit: ${MEM_LIMIT:-2g}
environment:
PHP_MEMORY_LIMIT: "${PHP_MEMORY_LIMIT:-1024M}"
labels:
@ -26,7 +23,6 @@ services:
- "traefik.docker.network=${NETWORK:-traefik}"
- "traefik.enable=${ENABLE:-true}"
networks:
- internal
- "${NETWORK:-traefik}"
extra_hosts:
- "host.docker.internal:host-gateway"
@ -36,7 +32,5 @@ services:
image: "redis:${REDIS_VERSION:-latest}"
container_name: "${NAME:-nextcloud}-redis"
command: redis-server --requirepass ${REDIS_PASSWORD:?}
networks:
- internal
volumes:
- redis:/data