Updated config files
This commit is contained in:
@@ -60,13 +60,13 @@ services:
|
||||
|
||||
postgres-db:
|
||||
environment:
|
||||
- APP_DOMAIN=db.egommerce.local
|
||||
- APP_DOMAIN=postgres.egommerce.local
|
||||
ports:
|
||||
- '5432:5432'
|
||||
|
||||
mongo-db:
|
||||
environment:
|
||||
- APP_DOMAIN=mongodb.egommerce.local
|
||||
- APP_DOMAIN=mongo.egommerce.local
|
||||
ports:
|
||||
- '27017:27017'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user