| FROM decolua/9router:latest | |
| ENV PORT=7860 | |
| ENV HOSTNAME=0.0.0.0 | |
| ENV NODE_ENV=production | |
| ENV INITIAL_PASSWORD=leriagaler666 | |
| ENV JWT_SECRET=hf-9router-jwt-2026-leriagaler-change-in-production | |
| ENV DATA_DIR=/app/data | |
| ENV REQUIRE_API_KEY=false | |
| ENV BASE_URL=http://localhost:7860 | |
| EXPOSE 7860 |