dev env update
This commit is contained in:
parent
ab2ec6717b
commit
e3173eaecb
@ -7,14 +7,8 @@ services:
|
|||||||
- APP_DOMAIN=egommerce.local
|
- APP_DOMAIN=egommerce.local
|
||||||
# - APP_PORT=48443
|
# - APP_PORT=48443
|
||||||
ports:
|
ports:
|
||||||
- target: 443
|
- 48443:443
|
||||||
published: 48443
|
- 48444:8080
|
||||||
mode: host
|
|
||||||
- target: 8080
|
|
||||||
published: 48444
|
|
||||||
mode: host
|
|
||||||
# - 48443:443
|
|
||||||
# - 48444:8080
|
|
||||||
# - 5672:5672
|
# - 5672:5672
|
||||||
|
|
||||||
api-registry:
|
api-registry:
|
||||||
@ -24,11 +18,8 @@ services:
|
|||||||
- APP_DOMAIN=registry.egommerce.local
|
- APP_DOMAIN=registry.egommerce.local
|
||||||
# - APP_PORT=48445
|
# - APP_PORT=48445
|
||||||
ports:
|
ports:
|
||||||
- target: 8500
|
- 48445:8500
|
||||||
published: 48445
|
- 8600:8600/udp
|
||||||
mode: host
|
|
||||||
# - 48445:8500
|
|
||||||
# - 8600:8600/udp
|
|
||||||
|
|
||||||
api-eventbus:
|
api-eventbus:
|
||||||
env_file: .env.local
|
env_file: .env.local
|
||||||
|
Loading…
Reference in New Issue
Block a user