memos: bump image to 0.30.0 and load instance URL from .env

This commit is contained in:
2026-07-27 15:38:27 +00:00
parent e974f981c7
commit 14f48aae55
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
MEMOS_INSTANCE_URL=
+3 -1
View File
@@ -6,11 +6,13 @@ networks:
services:
memos:
image: neosmemo/memos:0.29
image: neosmemo/memos:0.30
restart: unless-stopped
container_name: memos
labels:
- "com.centurylinklabs.watchtower.enable=true"
environment:
- MEMOS_INSTANCE_URL=${MEMOS_INSTANCE_URL}
volumes:
- ./data/app:/var/opt/memos
networks: