compose.yaml images are public
Signed-off-by: Émile Ré <emile@probo.com>
This commit is contained in:
16
compose.yaml
16
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"
|
||||
|
||||
Reference in New Issue
Block a user