Update compose.yaml
This commit is contained in:
+19
-2
@@ -8,12 +8,29 @@ services:
|
||||
# ports:
|
||||
# - 80:80
|
||||
volumes:
|
||||
- /opt/08_news/freshrss/data:/var/www/FreshRSS/data
|
||||
- /opt/08_news/freshrss/extensions:/var/www/FreshRSS/extensions
|
||||
- /opt/08_reading/freshrss/data:/var/www/FreshRSS/data
|
||||
- /opt/08_reading/freshrss/extensions:/var/www/FreshRSS/extensions
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- bragi-local
|
||||
|
||||
kavita:
|
||||
image: lscr.io/linuxserver/kavita:latest
|
||||
container_name: kavita
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Berlin
|
||||
volumes:
|
||||
- /opt/08_reading/kavita/config:/config
|
||||
- /mnt/immich/Books:/books
|
||||
# - /path/to/data:/data #optional
|
||||
# ports:
|
||||
# - 5000:5000
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- bragi-local
|
||||
|
||||
networks:
|
||||
bragi-local:
|
||||
external: true
|
||||
Reference in New Issue
Block a user