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

This commit is contained in:
Romain Sempé 2024-05-27 10:47:11 +02:00
parent 74670f2cc0
commit 009567b0a5

View File

@ -12,6 +12,7 @@ services:
traefik:
image: "traefik:v2.5.4"
container_name: lago_traefik
restart: unless-stopped
ports:
- 80:80
- 443:443
@ -225,6 +226,7 @@ services:
pdf:
image: getlago/lago-gotenberg:7
restart: unless-stopped
command:
- "gotenberg"
- "--log-level=debug"
@ -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
@ -295,6 +298,7 @@ services:
clickhouse:
image: clickhouse/clickhouse-server
container_name: clickhouse
restart: unless-stopped
hostname: clickhouse
user: '101:101'
depends_on: