Specifying HTTP port for API
This commit is contained in:
parent
5c59470a04
commit
95df242f9c
@ -11,7 +11,8 @@
|
|||||||
"image": "thecodingmachine/workadventure-back:"+tag,
|
"image": "thecodingmachine/workadventure-back:"+tag,
|
||||||
"host": {
|
"host": {
|
||||||
"url": "api."+url,
|
"url": "api."+url,
|
||||||
"https": "enable"
|
"https": "enable",
|
||||||
|
"port": 8080
|
||||||
},
|
},
|
||||||
"ports": [8080, 50051],
|
"ports": [8080, 50051],
|
||||||
"env": {
|
"env": {
|
||||||
|
Loading…
Reference in New Issue
Block a user