mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-24 08:53:00 +08:00
remapped ports
This commit is contained in:
parent
e77ba858e9
commit
cd3bf06450
1 changed files with 3 additions and 3 deletions
|
@ -16,14 +16,14 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./backend/:/app
|
- ./backend/:/app
|
||||||
expose:
|
expose:
|
||||||
- "8000"
|
- "7000"
|
||||||
ports:
|
ports:
|
||||||
- 8000:8000
|
- 7000:7000
|
||||||
depends_on:
|
depends_on:
|
||||||
- felicity_db
|
- felicity_db
|
||||||
networks:
|
networks:
|
||||||
- felicitynet
|
- felicitynet
|
||||||
command: bash -c "cd felicity_lims && alembic upgrade head && gunicorn --workers 4 --bind 0.0.0.0:8000 -k uvicorn.workers.UvicornWorker --reload felicity.main:flims"
|
command: bash -c "cd felicity_lims && alembic upgrade head && gunicorn --workers 4 --bind 0.0.0.0:7000 -k uvicorn.workers.UvicornWorker --reload felicity.main:flims"
|
||||||
|
|
||||||
felicity_db:
|
felicity_db:
|
||||||
container_name: felicity_db
|
container_name: felicity_db
|
||||||
|
|
Loading…
Reference in a new issue