add server docker file

This commit is contained in:
nannal
2020-12-30 17:48:33 +02:00
parent 1decbb8e91
commit c14a4726ba
4 changed files with 40 additions and 14 deletions

View File

@@ -10,7 +10,10 @@ http {
server {
location /submit {
proxy_pass http://tradegame/submit;
proxy_pass http://tradegame:5000/submit;
}
location /status {
proxy_pass http://tradegame:5000/status;
}
location / {
root /usr/share/nginx/html;