mirror of
https://codeberg.org/pluja/kycnot.me
synced 2024-10-01 01:05:59 -04:00
fix dupe .onion
This commit is contained in:
parent
91c6ef9f31
commit
4f0c0f835f
@ -35,7 +35,7 @@ services:
|
||||
caddy.header.Referrer-Policy: "no-referrer"
|
||||
caddy.header.Strict-Transport-Security: "max-age=31536000; includeSubdomains; preload;"
|
||||
caddy.encode: zstd gzip
|
||||
caddy.header.Onion-Location: ${ONION_ADDRESS}.onion{path}
|
||||
caddy.header.Onion-Location: ${ONION_ADDRESS}{path}
|
||||
|
||||
pocketbase:
|
||||
image: spectado/pocketbase:latest
|
||||
@ -68,6 +68,7 @@ services:
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
caddy: {}
|
||||
default: {}
|
||||
volumes:
|
||||
- ./docker/tor/data:/var/lib/tor
|
||||
labels:
|
||||
@ -82,6 +83,7 @@ services:
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
caddy: {}
|
||||
default: {}
|
||||
#ports:
|
||||
# - ":14447" # socks
|
||||
volumes:
|
||||
|
Loading…
Reference in New Issue
Block a user