completed: TODO-22: adding a sub-book when the parent book is in a series, and renamed MAYBE-1 to TODO-23 (deal with moving book in a series with another series involved), 24 (dockerise), 25 (actually allow removing just one subbook form series)
This commit is contained in:
@@ -459,3 +459,15 @@ services:
|
||||
- "traefik.http.middlewares.stripprefix-pihole.stripprefix.prefixes=/pihole"
|
||||
- "traefik.http.services.pihole.loadbalancer.server.port=80"
|
||||
- "traefik.http.routers.pihole.middlewares=stripprefix-pihole@docker"
|
||||
|
||||
bookdb:
|
||||
container_name: bookdb
|
||||
image: postgres
|
||||
restart: always
|
||||
environment:
|
||||
POSTGRES_PASSWORD: blahdeblah
|
||||
POSTGRES_USER: ddp
|
||||
POSTGRES_DB: library
|
||||
PGPASSWORD: NWNlfa01
|
||||
volumes:
|
||||
- '/srv/docker/container/bookdb/data:/var/lib/postgresql/data'
|
||||
|
||||
Reference in New Issue
Block a user