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