mirror of
https://gitlab.com/foxixus/neomovies-api.git
synced 2025-10-28 01:48:51 +05:00
- /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
14 lines
277 B
YAML
14 lines
277 B
YAML
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
|