Finally Nextcloud and Gitea running behind reverse proxy.

This commit is contained in:
2021-02-14 17:20:39 +01:00
parent 27f0eaa771
commit ecaad85a30
6 changed files with 53 additions and 202 deletions

View File

@@ -0,0 +1,32 @@
version: "2.1"
services:
swag:
image: ghcr.io/linuxserver/swag
container_name: swag
cap_add:
- NET_ADMIN
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Berlin
- URL=montana2000.ddns.net
- SUBDOMAINS=,
- VALIDATION=http
- EMAIL=nilsgrunwald@msn.com
volumes:
- swag_conf:/config
ports:
- 443:443
- 80:80
restart: unless-stopped
networks:
- nginx_network
volumes:
swag_conf:
networks:
nginx_network:
driver: bridge