Fix compose config

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2026-04-15 16:42:24 +02:00
parent d01b0b3eca
commit 53edc5ba26
4 changed files with 17 additions and 17 deletions

View File

@@ -56,7 +56,7 @@ services:
postgres: postgres:
image: "postgres:17.4" image: "postgres:17.9@sha256:7ad98329d513dd497293b951c195ca354274a77f12ddbbbbf85e68a811823d72"
shm_size: "1g" shm_size: "1g"
command: > command: >
postgres -c "shared_buffers=4GB" postgres -c "shared_buffers=4GB"
@@ -77,7 +77,7 @@ services:
retries: 5 retries: 5
seaweedfs: seaweedfs:
image: "chrislusf/seaweedfs:4.13" image: "chrislusf/seaweedfs:4.20@sha256:cea8339d21dad1b200adce581dd7434d254b8f5975f142c3b4c930ba78647eef"
command: > command: >
server server
-s3 -s3
@@ -95,7 +95,7 @@ services:
- "seaweedfs-data:/data:rw" - "seaweedfs-data:/data:rw"
chrome: chrome:
image: "chromedp/headless-shell:140.0.7259.2" image: "chromedp/headless-shell:149.0.7779.3@sha256:b24482ae166e2c67135f5a8ba9575c257efdd8e2fd6b2e931f9d88ede3d72f3b"
ports: ports:
- "9222:9222" - "9222:9222"
command: command:

View File

@@ -1,6 +1,6 @@
services: services:
postgres: postgres:
image: "postgres:18.1" image: "postgres:18.3@sha256:52e6ffd11fddd081ae63880b635b2a61c14008c17fc98cdc7ce5472265516dd0"
shm_size: "1g" shm_size: "1g"
command: > command: >
postgres -c "shared_buffers=1GB" postgres -c "shared_buffers=1GB"
@@ -21,7 +21,7 @@ services:
retries: 5 retries: 5
seaweedfs: seaweedfs:
image: "chrislusf/seaweedfs:latest" image: "chrislusf/seaweedfs:4.20@sha256:cea8339d21dad1b200adce581dd7434d254b8f5975f142c3b4c930ba78647eef"
command: > command: >
server server
-s3 -s3
@@ -39,7 +39,7 @@ services:
- "seaweedfs-data:/data:rw" - "seaweedfs-data:/data:rw"
grafana: grafana:
image: "grafana/grafana:latest" image: "grafana/grafana:13.0.0@sha256:a03d9e604e4dba58c5e64458a879701f46ef64af1f596058aacfad9aacdcab34"
ports: ports:
- "3001:3000" - "3001:3000"
volumes: volumes:
@@ -52,7 +52,7 @@ services:
GF_USERS_DEFAULT_THEME: "light" GF_USERS_DEFAULT_THEME: "light"
prometheus: prometheus:
image: "prom/prometheus:latest" image: "prom/prometheus:v3.11.2@sha256:5550dc63da361dc30f6fe02ac0e4dfc736ededfef3c8d12a634db04a67824d78"
volumes: volumes:
- "./compose/prometheus/prometheus.yaml:/etc/prometheus/prometheus.yml" - "./compose/prometheus/prometheus.yaml:/etc/prometheus/prometheus.yml"
- "prometheus-data:/prometheus" - "prometheus-data:/prometheus"
@@ -68,7 +68,7 @@ services:
- "9191:9191" - "9191:9191"
loki: loki:
image: "grafana/loki:latest" image: "grafana/loki:3.7.1@sha256:73e905b51a7f917f7a1075e4be68759df30226e03dcb3cd2213b989cc0dc8eb4"
ports: ports:
- "3100:3100" - "3100:3100"
command: command:
@@ -87,7 +87,7 @@ services:
- "tempo-data:/var/tempo:rw" - "tempo-data:/var/tempo:rw"
mailpit: mailpit:
image: "axllent/mailpit:latest" image: "axllent/mailpit:v1.29.6@sha256:0b5c5f7ffd3c93474baa7fd3869c1462e5a3d03256ed0933dfc0e7d81d794036"
ports: ports:
- "1025:1025" # SMTP server - "1025:1025" # SMTP server
- "8025:8025" # Web UI - "8025:8025" # Web UI
@@ -99,7 +99,7 @@ services:
- "MP_SMTP_AUTH_ALLOW_INSECURE=true" - "MP_SMTP_AUTH_ALLOW_INSECURE=true"
chrome: chrome:
image: "chromedp/headless-shell:140.0.7259.2" image: "chromedp/headless-shell:149.0.7779.3@sha256:b24482ae166e2c67135f5a8ba9575c257efdd8e2fd6b2e931f9d88ede3d72f3b"
ports: ports:
- "9222:9222" - "9222:9222"
command: command:
@@ -115,7 +115,7 @@ services:
- "--disable-extensions" - "--disable-extensions"
pebble: pebble:
image: "ghcr.io/letsencrypt/pebble:latest" image: "ghcr.io/letsencrypt/pebble:2.10.0@sha256:68cf1ec8a8db96f64244d5f559c448bc8e54f2934e0dd53a414eabffda7a6f22"
ports: ports:
- "14000:14000" # ACME server - "14000:14000" # ACME server
- "15000:15000" # Management interface - "15000:15000" # Management interface
@@ -128,15 +128,15 @@ services:
- "./compose/pebble:/test/config:ro" - "./compose/pebble:/test/config:ro"
pebble-challtestsrv: pebble-challtestsrv:
image: "ghcr.io/letsencrypt/pebble-challtestsrv:latest" image: "ghcr.io/letsencrypt/pebble-challtestsrv:2.10.0@sha256:df85447c39114cd2b3da971e751682ad2db19a996034b47d5392cd4a0f43406a"
ports: ports:
- "8055:8055" # HTTP-01 challenge test server - "8055:8055" # HTTP-01 challenge test server
- "8053:8053" # DNS server - "8053:8053" # DNS server
- "8056:8056" # Management API - "8056:8056" # Management API
command: -dns01 ":8053" -http01 ":8055" -management ":8056" command: -dnsserver ":8053" -http01 ":8055" -management ":8056"
keycloak: keycloak:
image: quay.io/keycloak/keycloak:latest image: "quay.io/keycloak/keycloak:26.6.1@sha256:26ae26445475f7fac5f90ee138b1bdb64324f5815fb16133ffdbdb122d97c4d8"
user: root user: root
environment: environment:
KC_HOSTNAME: localhost KC_HOSTNAME: localhost

View File

@@ -15,7 +15,7 @@ spec:
spec: spec:
containers: containers:
- name: postgres - name: postgres
image: postgres:18 image: "postgres:18.3@sha256:52e6ffd11fddd081ae63880b635b2a61c14008c17fc98cdc7ce5472265516dd0"
env: env:
- name: POSTGRES_USER - name: POSTGRES_USER
value: {{ .Values.postgresql.auth.postgresUser }} value: {{ .Values.postgresql.auth.postgresUser }}

View File

@@ -331,7 +331,7 @@ seaweedfs:
image: image:
repository: chrislusf/seaweedfs repository: chrislusf/seaweedfs
tag: "latest" tag: "4.20@sha256:cea8339d21dad1b200adce581dd7434d254b8f5975f142c3b4c930ba78647eef"
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
resources: resources:
@@ -360,7 +360,7 @@ chrome:
image: image:
repository: chromedp/headless-shell repository: chromedp/headless-shell
tag: "140.0.7259.2" tag: "149.0.7779.3@sha256:b24482ae166e2c67135f5a8ba9575c257efdd8e2fd6b2e931f9d88ede3d72f3b"
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
resources: resources: