Files
flagger/compose.yaml
2025-12-08 22:17:17 +01:00

20 lines
323 B
YAML

# Copyright (c) NiceBots
# SPDX-License-Identifier: MIT
services:
bot:
build: .
env_file:
- .env
restart: always
develop:
watch:
- path: ./src/
action: sync+restart
target: /app/
- path: Dockerfile
action: rebuild
ports:
- "8000:8000"