new: add Shiori
This commit is contained in:
@@ -27,6 +27,7 @@ services:
|
||||
caddy.acme_dns.consumer_key: "{env.CONSUMER_KEY}"
|
||||
## Debug
|
||||
# caddy.log.level: DEBUG
|
||||
|
||||
networks:
|
||||
dmz:
|
||||
external: true
|
||||
26
shiori/compose.yml
Normal file
26
shiori/compose.yml
Normal file
@@ -0,0 +1,26 @@
|
||||
services:
|
||||
shiori:
|
||||
container_name: shiori
|
||||
image: ghcr.io/go-shiori/shiori
|
||||
restart: unless-stopped
|
||||
user: 0:0 # Rootless Podman
|
||||
environment:
|
||||
SHIORI_DIR: /data
|
||||
SHIORI_HTTP_SECRET_KEY: $HTTP_SECRET_KEY
|
||||
TZ: Europe/Paris
|
||||
volumes:
|
||||
- ./appdata:/data
|
||||
networks:
|
||||
- dmz
|
||||
labels:
|
||||
# Caddy
|
||||
caddy: "*.{$$INT_DOMAIN}"
|
||||
caddy.1_@shiori: "host shiori.{$$INT_DOMAIN}"
|
||||
caddy.1_handle: "@shiori"
|
||||
caddy.1_handle.reverse_proxy: "{{upstreams 8080}}"
|
||||
# Diun
|
||||
diun.enable: true
|
||||
|
||||
networks:
|
||||
dmz:
|
||||
external: true
|
||||
Reference in New Issue
Block a user