fix compose
This commit is contained in:
parent
c480f2f030
commit
1e32c342f6
|
@ -13,7 +13,7 @@ services:
|
||||||
- .env
|
- .env
|
||||||
command: npm run start:dev
|
command: npm run start:dev
|
||||||
ports:
|
ports:
|
||||||
- 5001:5001
|
- ${SERVICE_PORT:-5001}:${SERVICE_PORT:-5001}
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Reference in New Issue