12 lines
242 B
YAML
12 lines
242 B
YAML
services:
|
|
ticketbot:
|
|
build: .
|
|
restart: unless-stopped
|
|
env_file: .env
|
|
volumes:
|
|
- ./data:/app/data
|
|
- ./transcripts:/app/transcripts
|
|
- ./config.yaml:/app/config.yaml:ro
|
|
environment:
|
|
LOG_FORMAT: json
|