mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-07-02 10:57:48 +08:00
first commit
This commit is contained in:
commit
149e02a10d
72 changed files with 3442 additions and 0 deletions
4
komga/README.md
Normal file
4
komga/README.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Compose file for [template]
|
||||
## Services
|
||||
## Environment Variables
|
||||
- EXAMPLE_VAR - Description
|
30
komga/compose.yaml
Normal file
30
komga/compose.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue