testing linuxserver image

This commit is contained in:
2024-04-03 18:48:17 -05:00
parent 5209605fdc
commit 365e6e1e3b

View File

@@ -14,3 +14,25 @@ services:
volumes:
- ${DOCKER_CONFIGS}/collabora/code:/etc/loolwsd
nextcloud:
container_name: nextcloud
image: lscr.io/linuxserver/nextcloud:latest
environment:
- PUID=${TZ}
- PGID=${TZ}
- TZ=${TZ}
networks:
- reverse-proxy
ports:
- 8443:443
restart: unless-stopped
volumes:
- ./config:/config
- ./data:/data
- ${BACKUP_DIR}/:/backup
- ${STORAGE_DIR}/:/storage
networks:
reverse-proxy:
name: reverse-proxy
external: true