Fixing deeployer file
authorDavid Négrier <d.negrier@thecodingmachine.com>
Thu, 9 Apr 2020 13:10:44 +0000 (15:10 +0200)
committerDavid Négrier <d.negrier@thecodingmachine.com>
Thu, 9 Apr 2020 13:10:44 +0000 (15:10 +0200)
deeployer.json

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