From 009567b0a53b6508c48038ab959bc995ed98b680 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Semp=C3=A9?= Date: Mon, 27 May 2024 10:47:11 +0200 Subject: [PATCH] misc: Ensure clickhouse, redpanda, pdf and traefik are started --- docker-compose.dev.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker-compose.dev.yml b/docker-compose.dev.yml index 7487a36d4..0ffd7bafd 100644 --- a/docker-compose.dev.yml +++ b/docker-compose.dev.yml @@ -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: