feat: set deployment port in environment
All checks were successful
Deploy Miniplan / build (push) Successful in 25s

This commit is contained in:
walamana 2024-08-08 16:58:15 +02:00
parent 2e1d392670
commit 537be32b96

View File

@ -40,5 +40,5 @@ services:
- ADMIN_PASSWORD=${ADMIN_PASSWORD}
- FRONTEND_PATH=./public
ports:
- 8081:8081
- ${DEPLOYMENT_PORT}:8081