Moving maps to their own container
This commit is contained in:
parent
ed146226cf
commit
2484e4f1df
25 changed files with 140 additions and 4 deletions
|
@ -28,6 +28,14 @@
|
|||
"API_URL": "api."+url
|
||||
}
|
||||
},
|
||||
"maps": {
|
||||
"image": "thecodingmachine/workadventure-maps:"+tag,
|
||||
"host": {
|
||||
"url": "maps."+url,
|
||||
"https": "enable"
|
||||
},
|
||||
"ports": [80]
|
||||
},
|
||||
"website": {
|
||||
"image": "thecodingmachine/workadventure-website:"+tag,
|
||||
"host": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue