You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
350 B
15 lines
350 B
2 years ago
|
version: "3.7"
|
||
|
|
||
|
services:
|
||
|
app_proxy:
|
||
|
environment:
|
||
|
APP_HOST: trilium-notes_server_1
|
||
|
APP_PORT: 8080
|
||
|
|
||
|
server:
|
||
|
image: zadam/trilium:0.55.1@sha256:9bf48a49359cd567bb8e9ce87c1d310713ba98ac8d517d75b07b8de907525077
|
||
|
restart: on-failure
|
||
|
environment:
|
||
|
- TRILIUM_DATA_DIR=/data
|
||
|
volumes:
|
||
|
- ${APP_DATA_DIR}/data:/data
|