mirror of
https://github.com/aykhans/my-self-host-services.git
synced 2026-08-28 01:44:33 +00:00
memos: bump image to 0.30.0 and load instance URL from .env
This commit is contained in:
@@ -0,0 +1 @@
|
||||
MEMOS_INSTANCE_URL=
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user