Preparation for first deployment-test

This commit is contained in:
2025-09-03 19:47:16 +00:00
parent 4e74f72c9f
commit e30723da0a
14 changed files with 3612 additions and 245 deletions

View File

@@ -1,7 +1,7 @@
events {}
http {
upstream dashboard {
server 127.0.0.1:3000;
server infoscreen-dashboard:80;
}
upstream infoscreen_api {
server infoscreen-api:8000;