services: bot: build: . restart: unless-stopped env_file: - .env environment: - DB_FILE=/db.json volumes: - ./db.json:/app/db.json:rw