Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
plausible-analytics
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
varac-projects
plausible-analytics
Commits
820357f7
Unverified
Commit
820357f7
authored
May 17, 2021
by
Ru Singh
Committed by
GitHub
May 17, 2021
Browse files
Options
Downloads
Patches
Plain Diff
Specify clickhouse and postgres versions for local development. (#1039)
This PR solves #1017.
parent
e37b3958
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+2
-2
2 additions, 2 deletions
Makefile
with
2 additions
and
2 deletions
Makefile
+
2
−
2
View file @
820357f7
clickhouse
:
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
:
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
:
dummy_event
:
curl
'http://localhost:8000/api/event'
\
curl
'http://localhost:8000/api/event'
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment