Fixing deeployer file

This commit is contained in:
David Négrier 2020-04-09 15:10:44 +02:00
parent d68e39f2e3
commit fd4d8dc651

View file

@ -2,15 +2,17 @@
"$schema": "https://raw.githubusercontent.com/thecodingmachine/deeployer/master/deeployer.schema.json", "$schema": "https://raw.githubusercontent.com/thecodingmachine/deeployer/master/deeployer.schema.json",
"containers": { "containers": {
"back": { "back": {
"image": "", "image": "thecodingmachine/workadventure-back:cd",
"host": "http://api.workadventure.test.thecodingmachine.com", "host": "http://api.workadventure.test.thecodingmachine.com",
"ports": [8080],
"env": { "env": {
"SECRET_KEY": "tempSecretKeyNeedsToChange" "SECRET_KEY": "tempSecretKeyNeedsToChange"
} }
}, },
"front": { "front": {
"image": "", "image": "thecodingmachine/workadventure-front:cd",
"host": "http://workadventure.test.thecodingmachine.com", "host": "http://workadventure.test.thecodingmachine.com",
"ports": [80],
"env": { "env": {
"API_URL": "http://api.workadventure.test.thecodingmachine.com" "API_URL": "http://api.workadventure.test.thecodingmachine.com"
} }