Update compose.yaml
This commit is contained in:
+19
-2
@@ -8,12 +8,29 @@ services:
|
|||||||
# ports:
|
# ports:
|
||||||
# - 80:80
|
# - 80:80
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/08_news/freshrss/data:/var/www/FreshRSS/data
|
- /opt/08_reading/freshrss/data:/var/www/FreshRSS/data
|
||||||
- /opt/08_news/freshrss/extensions:/var/www/FreshRSS/extensions
|
- /opt/08_reading/freshrss/extensions:/var/www/FreshRSS/extensions
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- bragi-local
|
- 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:
|
networks:
|
||||||
bragi-local:
|
bragi-local:
|
||||||
external: true
|
external: true
|
||||||
Reference in New Issue
Block a user