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.
 
 

17 lines
387 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.0@sha256:2d6dc796dcd89e5787fe6c43c4e71c0e577d29f35ef4f5ab67240a3e70adaa58
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m
volumes:
- ${APP_DATA_DIR}/data:/var/opt/memos