Updated config files
This commit is contained in:
parent
59368f3660
commit
eed5458c0c
@ -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'
|
||||
|
||||
|
@ -51,7 +51,6 @@ services:
|
||||
# - APP_DOMAIN=grafana.keshop.bieda.it
|
||||
|
||||
postgres-db:
|
||||
hostname: postgres-db
|
||||
environment:
|
||||
- APP_DOMAIN=postgres-db
|
||||
- POSTGRES_PASSWORD=12345678
|
||||
@ -59,9 +58,8 @@ services:
|
||||
# - '5432:5432'
|
||||
|
||||
mongo-db:
|
||||
hostname: mongodb.keshop.bieda.it
|
||||
environment:
|
||||
- APP_DOMAIN=mongodb-db
|
||||
- APP_DOMAIN=mongo-db
|
||||
- MONGO_INITDB_ROOT_PASSWORD=12345678
|
||||
|
||||
# API micro-services
|
||||
|
Loading…
Reference in New Issue
Block a user