From 381b43f8919f3f1b21e6727210a340c5528f2ee3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Tue, 26 May 2026 18:06:41 +0200 Subject: [PATCH] compose.yaml images are public MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- compose.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/compose.yaml b/compose.yaml index 142a5be13..0a1b9c3b1 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,6 +1,6 @@ services: postgres: - image: "artifact.probo.inc/dockerhub/library/postgres@sha256:52e6ffd11fddd081ae63880b635b2a61c14008c17fc98cdc7ce5472265516dd0" + image: "postgres@sha256:52e6ffd11fddd081ae63880b635b2a61c14008c17fc98cdc7ce5472265516dd0" pull_policy: missing shm_size: "1g" command: > @@ -22,7 +22,7 @@ services: retries: 5 seaweedfs: - image: "artifact.probo.inc/dockerhub/chrislusf/seaweedfs@sha256:cea8339d21dad1b200adce581dd7434d254b8f5975f142c3b4c930ba78647eef" + image: "chrislusf/seaweedfs@sha256:cea8339d21dad1b200adce581dd7434d254b8f5975f142c3b4c930ba78647eef" pull_policy: missing command: > server @@ -41,7 +41,7 @@ services: - "seaweedfs-data:/data:rw" grafana: - image: "artifact.probo.inc/dockerhub/grafana/grafana@sha256:a03d9e604e4dba58c5e64458a879701f46ef64af1f596058aacfad9aacdcab34" + image: "grafana/grafana@sha256:a03d9e604e4dba58c5e64458a879701f46ef64af1f596058aacfad9aacdcab34" pull_policy: missing ports: - "3001:3000" @@ -55,7 +55,7 @@ services: GF_USERS_DEFAULT_THEME: "light" prometheus: - image: "artifact.probo.inc/dockerhub/prom/prometheus@sha256:5550dc63da361dc30f6fe02ac0e4dfc736ededfef3c8d12a634db04a67824d78" + image: "prom/prometheus@sha256:5550dc63da361dc30f6fe02ac0e4dfc736ededfef3c8d12a634db04a67824d78" pull_policy: missing volumes: - "./compose/prometheus/prometheus.yaml:/etc/prometheus/prometheus.yml" @@ -72,7 +72,7 @@ services: - "9191:9191" loki: - image: "artifact.probo.inc/dockerhub/grafana/loki@sha256:73e905b51a7f917f7a1075e4be68759df30226e03dcb3cd2213b989cc0dc8eb4" + image: "grafana/loki@sha256:73e905b51a7f917f7a1075e4be68759df30226e03dcb3cd2213b989cc0dc8eb4" pull_policy: missing ports: - "3100:3100" @@ -80,7 +80,7 @@ services: - "-config.file=/etc/loki/local-config.yaml" tempo: - image: "artifact.probo.inc/dockerhub/grafana/tempo@sha256:a6616c9d224770c883a67b50e4941e99c5df81b076ef05f516bb7cce5a96cec0" + image: "grafana/tempo@sha256:a6616c9d224770c883a67b50e4941e99c5df81b076ef05f516bb7cce5a96cec0" pull_policy: missing command: - "-config.file=/etc/tempo.yaml" @@ -93,7 +93,7 @@ services: - "tempo-data:/var/tempo:rw" mailpit: - image: "artifact.probo.inc/dockerhub/axllent/mailpit@sha256:0b5c5f7ffd3c93474baa7fd3869c1462e5a3d03256ed0933dfc0e7d81d794036" + image: "axllent/mailpit@sha256:0b5c5f7ffd3c93474baa7fd3869c1462e5a3d03256ed0933dfc0e7d81d794036" pull_policy: missing ports: - "1025:1025" # SMTP server @@ -106,7 +106,7 @@ services: - "MP_SMTP_AUTH_ALLOW_INSECURE=true" chrome: - image: "artifact.probo.inc/dockerhub/chromedp/headless-shell@sha256:b24482ae166e2c67135f5a8ba9575c257efdd8e2fd6b2e931f9d88ede3d72f3b" + image: "chromedp/headless-shell@sha256:b24482ae166e2c67135f5a8ba9575c257efdd8e2fd6b2e931f9d88ede3d72f3b" pull_policy: missing ports: - "9222:9222"