back to root: dokuwiki
This commit is contained in:
parent
f82755a0b1
commit
dafe4d35d9
1 changed files with 1 additions and 18 deletions
|
@ -1,23 +1,6 @@
|
||||||
version: '3'
|
version: '3'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
seafcli-notes:
|
|
||||||
image: snegov/seafile-client
|
|
||||||
container_name: seafcli-notes
|
|
||||||
restart: unless-stopped
|
|
||||||
environment:
|
|
||||||
- LIBRARY_ID=${SEAFILE_NOTES_LIBRARY}
|
|
||||||
- SERVER_HOST=${HOST_SEAFILE}.${DOMAIN}
|
|
||||||
- SERVER_PORT=443
|
|
||||||
- USERNAME=${SEAFILE_REGULAR_USER}
|
|
||||||
- PASSWORD=${SEAFILE_REGULAR_PASSWORD}
|
|
||||||
- DATA_DIR=/library
|
|
||||||
networks:
|
|
||||||
- srv
|
|
||||||
volumes:
|
|
||||||
- ${ROOT_INSTALL}/data/sync_notes:/library
|
|
||||||
|
|
||||||
dokuwiki:
|
dokuwiki:
|
||||||
image: linuxserver/dokuwiki
|
image: linuxserver/dokuwiki
|
||||||
container_name: dokuwiki
|
container_name: dokuwiki
|
||||||
|
@ -28,7 +11,7 @@ services:
|
||||||
- TZ=${TZ}
|
- TZ=${TZ}
|
||||||
- APP_URL=/ #optional
|
- APP_URL=/ #optional
|
||||||
volumes:
|
volumes:
|
||||||
- ${ROOT_INSTALL}/data/sync_notes/Notes:/config
|
- ${ROOT_INSTALL}/dokuwiki:/config
|
||||||
networks:
|
networks:
|
||||||
- srv
|
- srv
|
||||||
labels:
|
labels:
|
||||||
|
|
Loading…
Add table
Reference in a new issue