update example.yml with container names specified in docker-compose, to support running either a dev or production containers off the same configs

This commit is contained in:
chimiana 2022-12-17 00:35:21 +00:00
parent 134a7af411
commit 464a38cc70
1 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ port: 3000
#───┘ PostgreSQL configuration └──────────────────────────────── #───┘ PostgreSQL configuration └────────────────────────────────
db: db:
host: localhost host: calckey_db
port: 5432 port: 5432
# Database name # Database name
@ -55,7 +55,7 @@ db:
#───┘ Redis configuration └───────────────────────────────────── #───┘ Redis configuration └─────────────────────────────────────
redis: redis:
host: localhost host: calckey_redis
port: 6379 port: 6379
#family: 0 # 0=Both, 4=IPv4, 6=IPv6 #family: 0 # 0=Both, 4=IPv4, 6=IPv6
#pass: example-pass #pass: example-pass
@ -66,7 +66,7 @@ redis:
#───┘ Elasticsearch configuration └───────────────────────────── #───┘ Elasticsearch configuration └─────────────────────────────
#elasticsearch: #elasticsearch:
# host: localhost # host: calckey_es
# port: 9200 # port: 9200
# ssl: false # ssl: false
# user: # user: