Create docker-compose.yml
Deploy mini-pc / deploy (push) Failing after 3s

This commit is contained in:
Dmitry
2026-07-04 10:49:36 +03:00
parent f8ccc7ec35
commit b2d6c9a436
+11
View File
@@ -0,0 +1,11 @@
services:
memoir-bot:
image: memoir-bot:0.1
restart: unless-stopped
env_file:
- .env
environment:
OBSIDIAN_VAULT_PATH: /vault
volumes:
- /opt/data/memoir_bot:/vault
- /home/ada/.ssh:/root/.ssh:ro