rename container db and db host
This commit is contained in:
parent
db8d126cd4
commit
67919c568e
|
@ -57,7 +57,7 @@ services:
|
||||||
- ORM_LOGGING
|
- ORM_LOGGING
|
||||||
- PG_DB=tooljet
|
- PG_DB=tooljet
|
||||||
- PG_USER=tooljet
|
- PG_USER=tooljet
|
||||||
- PG_HOST=postgres_tooljet
|
- PG_HOST=db-tooljet
|
||||||
- PG_PASS=${DB_PASSWORD}
|
- PG_PASS=${DB_PASSWORD}
|
||||||
- CHECK_FOR_UPDATES=check_if_updates_are_available
|
- CHECK_FOR_UPDATES=check_if_updates_are_available
|
||||||
- GOOGLE_CLIENT_ID
|
- GOOGLE_CLIENT_ID
|
||||||
|
@ -79,7 +79,7 @@ services:
|
||||||
command: npm run start:prod
|
command: npm run start:prod
|
||||||
|
|
||||||
db-tooljet:
|
db-tooljet:
|
||||||
container_name: postgres_tooljet
|
container_name: db-tooljet
|
||||||
image: postgres:11
|
image: postgres:11
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user