forked from erp-dev/erp
feat: settlement first api beta
This commit is contained in:
@@ -70,9 +70,15 @@ services:
|
||||
context: .
|
||||
target: base
|
||||
container_name: flower_web
|
||||
command: python manage.py runserver 0.0.0.0:8000
|
||||
command:
|
||||
- uvicorn
|
||||
- flower.asgi:application
|
||||
- --host
|
||||
- 0.0.0.0
|
||||
- --port
|
||||
- "8100"
|
||||
ports:
|
||||
- "8000:8000"
|
||||
- "8100:8100"
|
||||
volumes:
|
||||
- .:/app
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user