ClickHouse/tests/integration/compose/docker_compose_nginx.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
351 B
YAML
Raw Normal View History

2021-06-13 12:56:22 +00:00
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}
2021-06-13 12:56:22 +00:00
restart: always
ports:
- 80:80