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.59.4@sha256:5b68fd04fd6f3c26944f0c61f7a470e94480b1f6d61709201331a400be882a1c
|
|
restart: on-failure
|
|
environment:
|
|
- TRILIUM_DATA_DIR=/data
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data:/data
|
|
|