Add NextCloud service

This commit is contained in:
2025-12-15 12:00:28 +01:00
commit b2f8d6456c
6 changed files with 268 additions and 0 deletions

5
nginx.Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM nginx:1.28-alpine
COPY ./default.conf /etc/nginx/conf.d/default.conf
COPY ./server.key /etc/ssl/crt/server.key
COPY ./server.crt /etc/ssl/crt/server.crt