mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-24 09:26:23 +00:00
chore: replace bitnami images with soldevelo equivalents
This commit is contained in:
@@ -33,7 +33,7 @@ services:
|
|||||||
- internal
|
- internal
|
||||||
|
|
||||||
kafka:
|
kafka:
|
||||||
image: ${POSTHOG_KAFKA_IMAGE:-docker.io/bitnami/kafka:3.7}
|
image: ${POSTHOG_KAFKA_IMAGE:-docker.io/soldevelo/kafka:3.7}
|
||||||
restart: ${POSTHOG_RESTART:-unless-stopped}
|
restart: ${POSTHOG_RESTART:-unless-stopped}
|
||||||
volumes:
|
volumes:
|
||||||
- ${VOL_PATH:-/data}/posthog/kafka:/bitnami/kafka
|
- ${VOL_PATH:-/data}/posthog/kafka:/bitnami/kafka
|
||||||
|
|||||||
Reference in New Issue
Block a user