edited ci file
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user