Spaces:
Running
Running
File size: 417 Bytes
96c0248 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | 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
|