Removing website container entirely from project (as it is specific to the WorkAdventure company and not to the WorkAdventure self-installed project)

This commit is contained in:
David Négrier 2021-01-18 19:39:22 +01:00
parent 4df200c6c0
commit 675c043cb5
141 changed files with 0 additions and 9591 deletions

View file

@ -100,17 +100,6 @@
},
"ports": [80]
},
"website": {
"image": "thecodingmachine/workadventure-website:"+tag,
"host": {
"url": url,
"https": "enable"
},
"ports": [80],
"env": {
"GAME_URL": "https://play."+url
}
}
},
"config": {
"https": {