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:
@@ -13,12 +13,9 @@ services:
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user