mirror of
https://github.com/Paillat-dev/flagger.git
synced 2026-01-01 16:56:22 +00:00
20 lines
326 B
YAML
20 lines
326 B
YAML
# Copyright (c) Paillat-dev
|
|
# 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"
|