Spaces:
Running
Running
| services: | |
| - type: web | |
| name: resource-portal | |
| runtime: image | |
| plan: free | |
| region: oregon | |
| rootDir: . | |
| dockerfilePath: ./Containerfile | |
| healthCheckPath: /api/v1/health | |
| autoDeploy: true | |
| envVars: | |
| - key: ADMIN_USERNAME | |
| sync: false | |
| - key: ADMIN_PASSWORD | |
| sync: false | |
| - key: CORS_ORIGINS | |
| sync: false | |
| - key: CORS_ORIGIN_REGEX | |
| sync: false | |