Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

misc: Ensure clickhouse, redpanda, pdf and traefik are started #355

Merged
merged 1 commit into from
May 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ services:
traefik:
image: "traefik:v2.5.4"
container_name: lago_traefik
restart: unless-stopped
ports:
- 80:80
- 443:443
Expand Down Expand Up @@ -225,6 +226,7 @@ services:

pdf:
image: getlago/lago-gotenberg:7
restart: unless-stopped
command:
- "gotenberg"
- "--log-level=debug"
Expand All @@ -250,6 +252,7 @@ services:
redpanda:
image: docker.redpanda.com/redpandadata/redpanda:v23.2.9
container_name: redpanda
restart: unless-stopped
hostname: redpanda
command:
- redpanda start
Expand Down Expand Up @@ -295,6 +298,7 @@ services:
clickhouse:
image: clickhouse/clickhouse-server
container_name: clickhouse
restart: unless-stopped
hostname: clickhouse
user: '101:101'
depends_on:
Expand Down