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:
2021-01-07 21:36:21 +11:00
parent 2e135fe9f6
commit 4e3e15fe54

View File

@@ -459,3 +459,15 @@ services:
- "traefik.http.middlewares.stripprefix-pihole.stripprefix.prefixes=/pihole" - "traefik.http.middlewares.stripprefix-pihole.stripprefix.prefixes=/pihole"
- "traefik.http.services.pihole.loadbalancer.server.port=80" - "traefik.http.services.pihole.loadbalancer.server.port=80"
- "traefik.http.routers.pihole.middlewares=stripprefix-pihole@docker" - "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'