first charge
This commit is contained in:
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
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:
|
||||
Reference in New Issue
Block a user