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.
16 lines
388 B
16 lines
388 B
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: trilium-notes_server_1
|
|
APP_PORT: 8080
|
|
PROXY_AUTH_WHITELIST: "/api/*"
|
|
|
|
server:
|
|
image: zadam/trilium:0.60.4@sha256:307b926bfed9133b144a4dfdb11c1b2e053c94ac29355ede8cf5ae017a52d8a5
|
|
restart: on-failure
|
|
environment:
|
|
- TRILIUM_DATA_DIR=/data
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data:/data
|
|
|