Skip to content

chore: Update .env.example & improve local compose stack#270

Merged
alexluong merged 4 commits into
mainfrom
env
Mar 14, 2025
Merged

chore: Update .env.example & improve local compose stack#270
alexluong merged 4 commits into
mainfrom
env

Conversation

@alexluong

Copy link
Copy Markdown
Collaborator

No description provided.

@vercel

vercel Bot commented Mar 13, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
outpost-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 14, 2025 1:39pm
outpost-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 14, 2025 1:39pm

@vercel vercel Bot temporarily deployed to Preview – outpost-docs March 13, 2025 17:52 Inactive
@vercel vercel Bot temporarily deployed to Preview – outpost-docs March 13, 2025 17:58 Inactive
@vercel vercel Bot temporarily deployed to Preview – outpost-website March 13, 2025 17:58 Inactive
Comment thread build/dev/deps/compose.yml Outdated
Comment on lines +17 to +49
clickhouse:
image: clickhouse/clickhouse-server:24-alpine
environment:
CLICKHOUSE_DB: outpost
ports:
# tcp
- 9000:9000
# # http
# - 8123:8123
# # postgresql
# - 9005:9005
volumes:
# optional to persist data locally
- clickhouse:/var/lib/clickhouse/
# optional to add own config
# - ./extra-config.xml:/etc/clickhouse-server/config.d/extra-config.xml
# optional to add users or enable settings for a default user
# - ./user.xml:/etc/clickhouse-server/users.d/user.xml
# qol to mount own sql scripts to run them from inside container with
# clickhouse client < /sql/myquery.sql
# - ./sql:/sql
# adjust mem_limit and cpus to machine
# mem_limit: 12G
# cpus: 4
ulimits:
nofile:
soft: 262144
hard: 262144
healthcheck:
test: ["CMD", "wget", "--spider", "-q", "http://127.0.0.1:8123/ping"]
interval: 1s
timeout: 1s
retries: 30

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment out for the moment?

@vercel vercel Bot temporarily deployed to Preview – outpost-website March 14, 2025 13:38 Inactive
@alexluong alexluong merged commit af65020 into main Mar 14, 2025
@alexluong alexluong deleted the env branch March 14, 2025 13:38
@vercel vercel Bot temporarily deployed to Preview – outpost-docs March 14, 2025 13:39 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants