mirror of
https://github.com/Paillat-dev/flagger.git
synced 2026-01-02 01:06:21 +00:00
20 lines
323 B
YAML
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"
|