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
385 B

version: "3.7"
services:
app_proxy:
environment:
APP_HOST: memos_main_1
APP_PORT: 5230
PROXY_AUTH_WHITELIST: "/api/*"
main:
image: neosmemo/memos:0.22.4@sha256:b17a43b084327a8e37121fc3cce67a0a43b8a3ad75f9e9fa51c3f5b5ace290b4
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m
volumes:
- ${APP_DATA_DIR}/data:/var/opt/memos