mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-01 16:08:32 +02:00
alias
This commit is contained in:
@ -3,8 +3,6 @@ version: "2"
|
||||
services:
|
||||
app:
|
||||
image: lscr.io/linuxserver/bookstack:latest
|
||||
secrets:
|
||||
- db_password
|
||||
environment:
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
@ -66,9 +64,6 @@ services:
|
||||
# homepage.widget.version: 2
|
||||
db:
|
||||
image: lscr.io/linuxserver/mariadb
|
||||
secrets:
|
||||
- db_password
|
||||
- db_root_password
|
||||
environment:
|
||||
PUID: 0
|
||||
PGID: 0
|
||||
@ -81,9 +76,3 @@ services:
|
||||
volumes:
|
||||
- /share/docker_data/bookstack/bookstack_db_data:/config
|
||||
restart: always
|
||||
|
||||
secrets:
|
||||
db_password:
|
||||
file: ".env/db_password"
|
||||
db_root_password:
|
||||
file: ".env/db_root_password"
|
Reference in New Issue
Block a user