mirror of
https://gitlab.com/foxixus/neomovies-api.git
synced 2025-10-28 18:08:51 +05:00
Update 16 files
- /docs/swagger.yaml - /docs/swagger.json - /docs/docs.go - /internal/api/init.go - /internal/api/models.go - /internal/api/handlers.go - /internal/api/utils.go - /internal/tmdb/models.go - /internal/tmdb/client.go - /build.sh - /go.mod - /go.sum - /main.go - /render.yaml - /run.sh - /README.md
This commit is contained in:
13
render.yaml
Normal file
13
render.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
- type: web
|
||||
name: neomovies-api
|
||||
env: go
|
||||
buildCommand: go build -o app
|
||||
startCommand: ./app
|
||||
envVars:
|
||||
- key: GIN_MODE
|
||||
value: release
|
||||
- key: TMDB_ACCESS_TOKEN
|
||||
sync: false
|
||||
healthCheckPath: /health
|
||||
autoDeploy: true
|
||||
Reference in New Issue
Block a user