Files
flagger/compose.yaml

20 lines
323 B
YAML
Raw Normal View History

2025-12-08 13:28:28 +01:00
# 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"