Specify clickhouse and postgres versions for local development. (#1039)

This PR solves #1017.
This commit is contained in:
Ru Singh 2021-05-17 13:19:04 +05:30 committed by GitHub
parent e37b39583c
commit 820357f7ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
clickhouse:
docker run --detach -p 8123:8123 --ulimit nofile=262144:262144 --volume=$$PWD/.clickhouse_db_vol:/var/lib/clickhouse yandex/clickhouse-server
docker run --detach -p 8123:8123 --ulimit nofile=262144:262144 --volume=$$PWD/.clickhouse_db_vol:/var/lib/clickhouse yandex/clickhouse-server:21.3.2.5
postgres:
docker run --detach -e POSTGRES_PASSWORD="postgres" -p 5432:5432 postgres
docker run --detach -e POSTGRES_PASSWORD="postgres" -p 5432:5432 postgres:12
dummy_event:
curl 'http://localhost:8000/api/event' \