From: Ruben Rodriguez Date: Fri, 26 Feb 2021 17:20:52 +0000 (-0500) Subject: Set API_URL variable X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;p=libreadventure-deployment.git Set API_URL variable --- diff --git a/docker-compose.yml b/docker-compose.yml index 1936fab..eb72f86 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -39,6 +39,7 @@ services: HOST: "0.0.0.0" NODE_ENV: development STARTUP_COMMAND_1: yarn install + API_URL: https://api.testansible.fsf.org command: yarn run start volumes: - ./workadventure/front:/usr/src/app