mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
da28eaf454
#ci_set_integration
12 lines
351 B
YAML
12 lines
351 B
YAML
version: '2.3'
|
|
services:
|
|
# nginx server to host static files.
|
|
# Accepts only PUT data by test.com/path and GET already existing data on test.com/path.
|
|
# Files will be put into /usr/share/nginx/files.
|
|
|
|
nginx:
|
|
image: clickhouse/nginx-dav:${DOCKER_NGINX_DAV_TAG:-latest}
|
|
restart: always
|
|
ports:
|
|
- 80:80
|