first commit

This commit is contained in:
Fern Garden 2025-06-24 15:00:31 +08:00
commit 149e02a10d
72 changed files with 3442 additions and 0 deletions

4
komga/README.md Normal file
View file

@ -0,0 +1,4 @@
# Compose file for [template]
## Services
## Environment Variables
- EXAMPLE_VAR - Description

30
komga/compose.yaml Normal file
View file

@ -0,0 +1,30 @@
services:
komga:
image: gotson/komga
container_name: komga
volumes:
- komga_config:/config
- /media:/media:ro
user: "1000:1800"
environment:
- TZ=Australia/Perth
- KOMGA_OAUTH2_ACCOUNT_CREATION=true
restart: unless-stopped
networks:
- default
- media
- proxy
labels:
caddy: comics.fern.garden
caddy.reverse_proxy: '{{upstreams 25600}}'
networks:
default:
media:
external: true
proxy:
external: true
volumes:
komga_config:
name: komga_config