made expose ports wow with env variables

This commit is contained in:
subnub
2025-02-24 11:43:05 -05:00
parent 11bed01c50
commit f973ce3d3c
+2 -2
View File
@@ -11,8 +11,8 @@ services:
- /usr/app/node_modules
- ${FS_DIRECTORY}:/data
ports:
- "3000:3000"
- "8080:8080"
- "${HTTP_PORT:-3000}:3000"
- "${HTTPS_PORT:-8080}:8080"
- "5173:5173"
environment:
- DOCKER=true