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:
@ -1,38 +1,36 @@
|
||||
---
|
||||
version: "2"
|
||||
services:
|
||||
app:
|
||||
image: ${DOCKER_REGISTRY:-}lscr.io/linuxserver/bookstack:latest
|
||||
env_file:
|
||||
- stack.env
|
||||
volumes:
|
||||
- /share/docker_data/bookstack/bookstack_app_data:/config
|
||||
ports:
|
||||
- 6875:80
|
||||
restart: ${RESTART:-unless-stopped}
|
||||
depends_on:
|
||||
- db
|
||||
- db
|
||||
env_file:
|
||||
- stack.env
|
||||
image: ${DOCKER_REGISTRY:-}lscr.io/linuxserver/bookstack:latest
|
||||
labels:
|
||||
com.centurylinklabs.watchtower.enable: true
|
||||
homepage.group: Utilities
|
||||
homepage.name: Bookstack
|
||||
homepage.weight: 1
|
||||
homepage.icon: bookstack.png
|
||||
homepage.href: https://bookstack.sectorq.eu
|
||||
homepage.description: Books
|
||||
homepage.server: my-docker
|
||||
homepage.container: bookstack-app-1
|
||||
# homepage.widget.type: ${APPNAME}
|
||||
# homepage.widget.url: https://${APPNAME}.sectorq.eu
|
||||
# homepage.widget.key: ddfc91b29920082636da70cc677aec74c88a7666
|
||||
# homepage.widget.version: 2
|
||||
db:
|
||||
image: ${DOCKER_REGISTRY:-}lscr.io/linuxserver/mariadb
|
||||
environment:
|
||||
PUID: 0
|
||||
PGID: 0
|
||||
env_file:
|
||||
- stack.env
|
||||
volumes:
|
||||
- /share/docker_data/bookstack/bookstack_db_data:/config
|
||||
homepage.description: Books
|
||||
homepage.group: Utilities
|
||||
homepage.href: https://bookstack.sectorq.eu
|
||||
homepage.icon: bookstack.png
|
||||
homepage.name: Bookstack
|
||||
homepage.server: my-docker
|
||||
homepage.weight: 1
|
||||
wud.watch.digest: true
|
||||
ports:
|
||||
- 6875:80
|
||||
restart: ${RESTART:-unless-stopped}
|
||||
volumes:
|
||||
- /share/docker_data/bookstack/bookstack_app_data:/config
|
||||
db:
|
||||
env_file:
|
||||
- stack.env
|
||||
environment:
|
||||
PGID: 0
|
||||
PUID: 0
|
||||
image: ${DOCKER_REGISTRY:-}lscr.io/linuxserver/mariadb
|
||||
labels:
|
||||
wud.watch.digest: true
|
||||
restart: ${RESTART:-unless-stopped}
|
||||
volumes:
|
||||
- /share/docker_data/bookstack/bookstack_db_data:/config
|
||||
version: '2'
|
||||
|
Reference in New Issue
Block a user