🧑‍💻 Added Docker

This commit is contained in:
Mawoka
2022-03-03 17:02:01 +01:00
parent 781ebfcb52
commit a3f781e610
7 changed files with 226 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
:8080 {
reverse_proxy * http://frontend:3000
reverse_proxy /api* http://api:80
reverse_proxy /openapi.json http://api:80 # Only use if you need to serve the OpenAPI spec
reverse_proxy /docs http://api:80 # Only use if you need to serve the Swagger UI
}