Specifying HTTP port for API

This commit is contained in:
David Négrier 2020-12-09 17:37:52 +01:00
parent 5c59470a04
commit 95df242f9c
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@
"image": "thecodingmachine/workadventure-back:"+tag,
"host": {
"url": "api."+url,
"https": "enable"
"https": "enable",
"port": 8080
},
"ports": [8080, 50051],
"env": {