From a7a5bdd0b4fe5fc12a1f098495b3f50f8f05449f 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..b1d2114 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-payload:latest environment: - "NAME=${STACK_NAME}" - "PAYLOAD_URL=${STACK_NAME}_payload"