12 lines
253 B
YAML
12 lines
253 B
YAML
services:
|
|
botbot:
|
|
build: .
|
|
env_file:
|
|
- .env
|
|
volumes:
|
|
- ./:/app # Mount source for hot-reload
|
|
- matrix_data:/app/data # Persist Matrix client store and tokens
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
matrix_data: |