Initial version of app
This commit is contained in:
20
compose.yml
Normal file
20
compose.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
services:
|
||||
mastobot:
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
- version=local
|
||||
container_name: mastobot
|
||||
env_file: ./.env
|
||||
environment:
|
||||
- UVICORN_RELOAD=True
|
||||
ports:
|
||||
- 8000:8000
|
||||
develop:
|
||||
watch:
|
||||
- action: sync
|
||||
path: ./app
|
||||
target: /code/app
|
||||
- action: rebuild
|
||||
path: ./requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user