mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
18 lines
425 B
YAML
18 lines
425 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
app_proxy:
|
|
environment:
|
|
APP_HOST: wikijs_server_1
|
|
APP_PORT: 3000
|
|
PROXY_AUTH_ADD: "false"
|
|
|
|
server:
|
|
image: linuxserver/wikijs:2.5.300@sha256:60facd7660fdf186fb8df4645e68d19f64696f4cc19ff618fa30fd7e4bbf18e2
|
|
restart: on-failure
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data:/data
|
|
- ${APP_DATA_DIR}/config:/config |