mirror of
https://github.com/Paillat-dev/flagger.git
synced 2026-01-02 01:06:21 +00:00
🎉 First commit
This commit is contained in:
19
compose.yaml
Normal file
19
compose.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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"
|
||||
Reference in New Issue
Block a user