1
0
forked from erp-dev/erp

feat: settlement first api beta

This commit is contained in:
2026-02-27 18:26:12 +08:00
parent c564b1af32
commit 86f5dab32b
16 changed files with 1854 additions and 10 deletions

View File

@@ -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: