From 5304c854afd7c4ceab3ca225fbddaa84aa95115d Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sat, 18 May 2024 13:35:41 -0300 Subject: [PATCH] Fix PAYLOAD_URL for Payload --- .drone.yml | 1 + compose.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 53f75ca..de32549 100644 --- a/.drone.yml +++ b/.drone.yml @@ -43,6 +43,7 @@ steps: SECRET_MONGO_PASSWORD_VERSION: v1 NGINX_CONF_VERSION: v1 REPOSITORY: "autonomic-cooperative/astro-payload-test" + PAYLOAD_URL: "https://admin.paystro.swarm-demo.autonomic.zone" depends_on: # - publish astro container - publish payload container diff --git a/compose.yml b/compose.yml index b1d2114..50175f3 100644 --- a/compose.yml +++ b/compose.yml @@ -26,7 +26,7 @@ services: image: git.autonomic.zone/autonomic-cooperative/astro-payload-test-payload:latest environment: - "NAME=${STACK_NAME}" - - "PAYLOAD_URL=${STACK_NAME}_payload" + - "PAYLOAD_URL" - "PAYLOAD_PORT=3001" - "PAYLOAD_SECRET_FILE=/run/secrets/payload_secret" - "MONGODB_USER=mongo"