mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Add a tag processing for python-bottle
This commit is contained in:
parent
177f8f7d0d
commit
4a04a1316f
@ -34,7 +34,7 @@ services:
|
||||
|
||||
# Empty container to run proxy resolver.
|
||||
resolver:
|
||||
image: clickhouse/python-bottle
|
||||
image: clickhouse/python-bottle:${DOCKER_PYTHON_BOTTLE_TAG:-latest}
|
||||
expose:
|
||||
- "8080"
|
||||
tty: true
|
||||
|
@ -13,6 +13,7 @@ IMAGES_ENV = {
|
||||
"clickhouse/mysql-php-client": "DOCKER_MYSQL_PHP_CLIENT_TAG",
|
||||
"clickhouse/nginx-dav": "DOCKER_NGINX_DAV_TAG",
|
||||
"clickhouse/postgresql-java-client": "DOCKER_POSTGRESQL_JAVA_CLIENT_TAG",
|
||||
"clickhouse/python-bottle": "DOCKER_PYTHON_BOTTLE_TAG",
|
||||
}
|
||||
|
||||
IMAGES = list(IMAGES_ENV.keys())
|
||||
|
Loading…
Reference in New Issue
Block a user