Skip to content

Commit

Permalink
misc: Ensure clickhouse, redpanda, pdf and traefik are started
Browse files Browse the repository at this point in the history
  • Loading branch information
rsempe committed May 27, 2024
1 parent 74670f2 commit 009567b
Showing 1 changed file with 4 additions and 0 deletions.
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

0 comments on commit 009567b

Please sign in to comment.