ClickHouse/tests/integration/compose/docker_compose_nginx.yml
2024-10-01 21:53:08 +02:00

11 lines
336 B
YAML

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