Files
site_aegisone/max_bot/docker-compose.yml
T

16 lines
414 B
YAML

services:
max-bot:
build:
context: .
network: host
container_name: aegisone-max-bot
network_mode: host
environment:
DATABASE_URL: postgresql+asyncpg://aegisone:aegisone_pass@localhost:5432/aegisone
APP_ENV: production
LOG_LEVEL: info
WEBHOOK_SECRET: ${WEBHOOK_SECRET:-max-bot-secret-key}
volumes:
- ./uploads:/app/uploads
restart: unless-stopped