starting reverse-proxy work

This commit is contained in:
Arjun Patel
2023-11-16 22:34:33 -08:00
parent be881e0918
commit 6836102a8a
+27
View File
@@ -0,0 +1,27 @@
version: "2.1"
services:
swag:
image: lscr.io/linuxserver/swag:latest
container_name: swag
cap_add:
- NET_ADMIN
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- URL=flowy.live
- VALIDATION=http
- SUBDOMAINS=www,api,registry, #optional
- CERTPROVIDER= #optional
- DNSPLUGIN=cloudflare #optional
- PROPAGATION= #optional
- EMAIL= #optional
- ONLY_SUBDOMAINS=false #optional
- EXTRA_DOMAINS= #optional
- STAGING=false #optional
volumes:
- ~/path/to/appdata/config:~/config
ports:
- 443:443
- 80:80 #optional
restart: unless-stopped