mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
Add alias for postgesql container
This commit is contained in:
parent
8cce416921
commit
afcf63ad89
@ -7,3 +7,7 @@ services:
|
||||
POSTGRES_PASSWORD: mysecretpassword
|
||||
ports:
|
||||
- 5432:5432
|
||||
networks:
|
||||
default:
|
||||
aliases:
|
||||
- postgre-sql.local
|
||||
|
@ -668,8 +668,6 @@ services:
|
||||
- {env_file}
|
||||
security_opt:
|
||||
- label:disable
|
||||
links:
|
||||
- postgres1:postgre-sql.local
|
||||
{networks}
|
||||
{app_net}
|
||||
{ipv4_address}
|
||||
|
Loading…
Reference in New Issue
Block a user