chore(docker): clean up docker-compose formatting and whitespace

- Remove trailing whitespace from expose port configuration
- Consolidate environment variable declarations by removing extra blank lines
- Improve readability by standardizing spacing between configuration sections
- Maintain functional equivalence while improving code consistency
This commit is contained in:
2026-01-17 19:18:20 +06:00
parent 062984283a
commit 9d19d49c9b

View File

@@ -8,17 +8,14 @@ services:
container_name: mc-panel
restart: unless-stopped
expose:
- "8000"
- "8000"
environment:
- ZITADEL_ISSUER=${ZITADEL_ISSUER}
- ZITADEL_CLIENT_ID=${ZITADEL_CLIENT_ID}
- ZITADEL_CLIENT_SECRET=${ZITADEL_CLIENT_SECRET}
- BASE_URL=${BASE_URL:-http://localhost}
- FRONTEND_URL=${FRONTEND_URL:-http://localhost}
- SECRET_KEY=${SECRET_KEY:-change-this-in-production}
- PYTHONUNBUFFERED=1
volumes:
- ./data/servers:/app/backend/servers