edited ci file

This commit is contained in:
2026-05-13 00:55:28 +02:00
parent f99f0e0fc5
commit 77268e2302
17 changed files with 684 additions and 29 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
services:
nats:
image: nats:2-alpine
image: mirror.gcr.io/nats:2-alpine
restart: unless-stopped
command: ["-js", "-m", "8222"]
ports:
@@ -16,7 +16,7 @@ services:
retries: 10
postgres:
image: postgres:18
image: mirror.gcr.io/postgres:18
restart: unless-stopped
environment:
POSTGRES_DB: forgebucket