projects
/
libreadventure-deployment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d713f4
)
Set API_URL variable
master
author
Ruben Rodriguez
<ruben@gnu.org>
Fri, 26 Feb 2021 17:20:52 +0000
(12:20 -0500)
committer
Ruben Rodriguez
<ruben@gnu.org>
Fri, 26 Feb 2021 17:20:52 +0000
(12:20 -0500)
docker-compose.yml
patch
|
blob
|
blame
|
history
diff --git
a/docker-compose.yml
b/docker-compose.yml
index 1936fabf393cecee356139723939a2ade6d0a5b6..eb72f860863e30868a961c72fd2c31ab5dcb5e6e 100644
(file)
--- 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