mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
fix(docs): Fix one wrong config filename and title all the composes
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Continuwuity - Traefik Reverse Proxy Labels
|
# Continuwuity - Traefik Reverse Proxy Labels (override file)
|
||||||
|
|
||||||
services:
|
services:
|
||||||
homeserver:
|
homeserver:
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
# Continuwuity - With Caddy Labels
|
||||||
|
|
||||||
services:
|
services:
|
||||||
caddy:
|
caddy:
|
||||||
# This compose file uses caddy-docker-proxy as the reverse proxy for Continuwuity!
|
# This compose file uses caddy-docker-proxy as the reverse proxy for Continuwuity!
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
# Continuwuity - Using Caddy Docker Image
|
||||||
|
|
||||||
services:
|
services:
|
||||||
caddy:
|
caddy:
|
||||||
image: docker.io/caddy:latest
|
image: docker.io/caddy:latest
|
||||||
@@ -37,7 +39,6 @@ services:
|
|||||||
# server=example.com:443
|
# server=example.com:443
|
||||||
# }
|
# }
|
||||||
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
- caddy
|
- caddy
|
||||||
|
|
||||||
@@ -48,7 +49,7 @@ volumes:
|
|||||||
db:
|
db:
|
||||||
|
|
||||||
configs:
|
configs:
|
||||||
dynamic.yml:
|
Caddyfile:
|
||||||
content: |
|
content: |
|
||||||
https://example.com, https://example.com:8448 {
|
https://example.com, https://example.com:8448 {
|
||||||
reverse_proxy http://homeserver:8008
|
reverse_proxy http://homeserver:8008
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Continuwuity - Behind Traefik Reverse Proxy
|
# Continuwuity - With Traefik Reverse Proxy
|
||||||
|
|
||||||
services:
|
services:
|
||||||
homeserver:
|
homeserver:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
# Continuwuity
|
# Continuwuity - Bare Configuration (for other reverse proxies)
|
||||||
|
|
||||||
services:
|
services:
|
||||||
homeserver:
|
homeserver:
|
||||||
|
|||||||
Reference in New Issue
Block a user