Adapting deeployer to new format
This commit is contained in:
parent
0f2e21e88e
commit
a567cd2e11
@ -6,7 +6,9 @@
|
|||||||
"containers": {
|
"containers": {
|
||||||
"back": {
|
"back": {
|
||||||
"image": "thecodingmachine/workadventure-back:"+tag,
|
"image": "thecodingmachine/workadventure-back:"+tag,
|
||||||
"host": "api."+namespace+".workadventure.test.thecodingmachine.com",
|
"host": {
|
||||||
|
"url": "api."+namespace+".workadventure.test.thecodingmachine.com"
|
||||||
|
},
|
||||||
"ports": [8080],
|
"ports": [8080],
|
||||||
"env": {
|
"env": {
|
||||||
"SECRET_KEY": "tempSecretKeyNeedsToChange"
|
"SECRET_KEY": "tempSecretKeyNeedsToChange"
|
||||||
@ -14,7 +16,9 @@
|
|||||||
},
|
},
|
||||||
"front": {
|
"front": {
|
||||||
"image": "thecodingmachine/workadventure-front:"+tag,
|
"image": "thecodingmachine/workadventure-front:"+tag,
|
||||||
"host": namespace+".workadventure.test.thecodingmachine.com",
|
"host": {
|
||||||
|
"url": namespace+".workadventure.test.thecodingmachine.com"
|
||||||
|
},
|
||||||
"ports": [80],
|
"ports": [80],
|
||||||
"env": {
|
"env": {
|
||||||
"API_URL": "http://api."+namespace+".workadventure.test.thecodingmachine.com"
|
"API_URL": "http://api."+namespace+".workadventure.test.thecodingmachine.com"
|
||||||
|
Loading…
Reference in New Issue
Block a user