🏗️(project) expose app Desk to nginx

Now that we have a out folder for the Desk app, we can expose it
to our server nginx.
This commit is contained in:
Anthony LC
2024-01-17 17:20:09 +01:00
committed by Anthony LC
parent 9ee39e1068
commit 97e7d99c02
3 changed files with 2183 additions and 2230 deletions

View File

@@ -92,8 +92,10 @@ services:
image: nginx:1.25
ports:
- "8082:8082"
- "8088:8088"
volumes:
- ./docker/files/etc/nginx/conf.d:/etc/nginx/conf.d:ro
- ./src/frontend/apps/desk/out:/home/desk
- ./data/media:/data/media:ro
depends_on:
- app