From 8e15781661fd7ea68107718bbe00936753da1874 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sat, 18 May 2024 01:14:02 -0300 Subject: [PATCH] Fix docker image in deploy --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 9572a7c..1335623 100644 --- a/compose.yml +++ b/compose.yml @@ -23,7 +23,7 @@ services: - "traefik.http.routers.${STACK_NAME}-astro.tls.certresolver=production" payload: - image: git.autonomic.zone/autonomic-cooperative/justice-equity-technology-payload:latest + image: git.autonomic.zone/autonomic-cooperative/astro-payload-test:latest environment: - "NAME=${STACK_NAME}" - "PAYLOAD_URL=${STACK_NAME}_payload"