Archive Legacy Setup And Add Ansible Control Plane
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
memoir-bot:
|
||||
image: git.ada-dev.ru/ada/memoir_bot:0.1
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
OBSIDIAN_VAULT_PATH: /vault
|
||||
TZ: ${TIMEZONE:-Europe/Moscow}
|
||||
volumes:
|
||||
- /opt/data/memoir_bot:/vault
|
||||
- /home/ada/.ssh:/root/.ssh:ro
|
||||
network_mode: host
|
||||
Reference in New Issue
Block a user