mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 20:24:07 +00:00
12 lines
321 B
YAML
12 lines
321 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: kssenii/nginx-test:1.1
|
|
restart: always
|
|
ports:
|
|
- 80:80
|