🏗️(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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user