cleaned up and added nextcloud

This commit is contained in:
2025-05-11 11:10:30 -05:00
parent b317361bcd
commit 6388714a0d
5 changed files with 20 additions and 61 deletions

20
nextcloud/compose.yml Normal file
View File

@@ -0,0 +1,20 @@
services:
nextcloud:
image: lscr.io/linuxserver/nextcloud:latest
container_name: nextcloud
environment:
- PUID=1000
- PGID=1000
- TZ=America/Chicago
networks:
- reverse-proxy
ports:
- 443:443
restart: unless-stopped
volumes:
- ./config:/config
- ./data:/data
networks:
reverse-proxy:
external: true