Add lazylibrarian to web network
Some checks are pending
Stacks CICD / Setup (push) Waiting to run

This commit is contained in:
Joey Hafner 2024-09-02 14:50:16 -07:00
parent 90ea1eec67
commit ef0049c4f0
No known key found for this signature in database

View File

@ -41,6 +41,8 @@ services:
lazylibrarian:
image: lscr.io/linuxserver/lazylibrarian:latest
container_name: books_lazylibrarian
networks:
- web
environment:
PUID: "1001"
PGID: "1001"
@ -54,7 +56,7 @@ services:
traefik.http.routers.books-lazylibrarian.middlewares: lan-only@file,traefik-forward-auth-privileged@file
traefik.http.routers.books-lazylibrarian.rule: Host(`lazylibrarian.books.jafner.net`)
traefik.http.routers.books-lazylibrarian.tls.certresolver: lets-encrypt-dns01
traefik.http.services.books-lazylibrarian.loadbalancer.server.port: "8787"
traefik.http.services.books-lazylibrarian.loadbalancer.server.port: "5299"
calibre: