trilium: move to main
This commit is contained in:
parent
f0b225a75a
commit
b55e754e03
|
@ -61,5 +61,15 @@ services:
|
||||||
- "${DOKKU_EXTERNAL_PORT_2}:${DOKKU_INTERNAL_PORT_2}"
|
- "${DOKKU_EXTERNAL_PORT_2}:${DOKKU_INTERNAL_PORT_2}"
|
||||||
- "${DOKKU_EXTERNAL_PORT_3}:${DOKKU_INTERNAL_PORT_3}"
|
- "${DOKKU_EXTERNAL_PORT_3}:${DOKKU_INTERNAL_PORT_3}"
|
||||||
|
|
||||||
|
trilium:
|
||||||
|
image: zadam/trilium
|
||||||
|
restart: always
|
||||||
|
environment:
|
||||||
|
- TRILIUM_DATA_DIR=/home/node/trilium-data
|
||||||
|
ports:
|
||||||
|
- "${TRILIUM_EXTERNAL_PORT}:${TRILIUM_INTERNAL_PORT}"
|
||||||
|
volumes:
|
||||||
|
- ${DOCKER_STORAGE_PATH}/trilium:/home/node/trilium-data
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
timetracker-static:
|
timetracker-static:
|
||||||
|
|
12
trilium.yml
12
trilium.yml
|
@ -1,12 +0,0 @@
|
||||||
---
|
|
||||||
version: '3.4'
|
|
||||||
services:
|
|
||||||
trilium:
|
|
||||||
image: zadam/trilium
|
|
||||||
restart: always
|
|
||||||
environment:
|
|
||||||
- TRILIUM_DATA_DIR=/home/node/trilium-data
|
|
||||||
ports:
|
|
||||||
- "${TRILIUM_EXTERNAL_PORT}:${TRILIUM_INTERNAL_PORT}"
|
|
||||||
volumes:
|
|
||||||
- ${DOCKER_STORAGE_PATH}/trilium:/home/node/trilium-data
|
|
Loading…
Reference in New Issue