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