File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ ARG BASE_IMAGE
2+ FROM ${BASE_IMAGE}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ x-sentry-defaults: &sentry_defaults
1818 << : *restart_policy
1919 image : sentry-self-hosted-local
2020 # Set the platform to build for linux/arm64 when needed on Apple silicon Macs.
21- platform : ${DOCKER_PLATFORM}
21+ platform : ${DOCKER_PLATFORM:- }
2222 build :
2323 context : ./sentry
2424 args :
@@ -192,7 +192,12 @@ services:
192192 test : ["CMD-SHELL", "nc -z localhost 9092"]
193193 clickhouse :
194194 << : *restart_policy
195- image : " $CLICKHOUSE_IMAGE"
195+ image : clickhouse-self-hosted-local
196+ build :
197+ context :
198+ ./clickhouse
199+ args :
200+ BASE_IMAGE : " ${CLICKHOUSE_IMAGE:-}"
196201 ulimits :
197202 nofile :
198203 soft : 262144
You can’t perform that action at this time.
0 commit comments