upt playbook

This commit is contained in:
jaydee
2023-10-23 13:08:58 +02:00
parent bebaa216f3
commit 1518a6ba2f

View File

@ -1,7 +1,7 @@
--- ---
version: "2" version: "2"
services: services:
bookstack: app:
image: lscr.io/linuxserver/bookstack image: lscr.io/linuxserver/bookstack
container_name: bookstack container_name: bookstack
secrets: secrets:
@ -21,10 +21,9 @@ services:
- 6875:80 - 6875:80
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
- bookstack_db - db
bookstack_db: db:
image: lscr.io/linuxserver/mariadb image: lscr.io/linuxserver/mariadb
container_name: bookstack_db
secrets: secrets:
- db_password - db_password
- db_root_password - db_root_password