mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-13 02:53:38 +00:00
da28eaf454
#ci_set_integration
12 lines
226 B
YAML
12 lines
226 B
YAML
version: '2.3'
|
|
networks:
|
|
default:
|
|
driver: bridge
|
|
enable_ipv6: true
|
|
ipam:
|
|
config:
|
|
- subnet: 10.5.0.0/12
|
|
gateway: 10.5.1.1
|
|
- subnet: 2001:3984:3989::/64
|
|
gateway: 2001:3984:3989::1
|