Skip to content

Commit 86a9586

Browse files
committed
fix: docker port for couchdb
1 parent b04457b commit 86a9586

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ansible/roles/containers/files/caddy/Caddyfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ nas.ppanda.org:443 {
22
reverse_proxy https://denabase.scorpion-galaxy.ts.net:5001 {
33
header_up Host {upstream_hostport}
44
transport http {
5-
# NOTE: We can safely skip this since it's within
6-
# the tailnet. Do not use for public domains!
75
tls_insecure_skip_verify
86
}
97
}

ansible/roles/containers/files/caddy/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ services:
55
- "80:80"
66
- "443:443"
77
- "443:443/udp"
8+
- "5984:5984/tcp"
89
volumes:
910
- ./Caddyfile:/etc/caddy/Caddyfile
1011
- caddy_data:/data

0 commit comments

Comments
 (0)