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