-
Notifications
You must be signed in to change notification settings - Fork 0
/
render.yaml
39 lines (39 loc) · 923 Bytes
/
render.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Exported from Render on 2024-10-30T14:59:19Z
services:
- type: web
name: battle-stadium
runtime: docker
repo: https://github.com/thatguyinabeanie/battle-stadium
plan: standard
envVars:
- fromGroup: PRODUCTION_ENV_VARS
region: ohio
healthCheckPath: /up
dockerContext: .
dockerfilePath: Dockerfile.prod
registryCredential:
fromRegistryCreds:
name: dockerhub
domains:
- api.battlestadium.gg
- type: worker
name: battle-stadium-sidekiq
runtime: docker
repo: https://github.com/thatguyinabeanie/battle-stadium
plan: starter
envVars:
- fromGroup: PRODUCTION_ENV_VARS
region: ohio
dockerCommand: bundle exec sidekiq
dockerContext: .
dockerfilePath: Dockerfile.prod
registryCredential:
fromRegistryCreds:
name: dockerhub
- type: redis
name: battle-stadium-sidekiq-redis
plan: free
region: ohio
maxmemoryPolicy: noeviction
ipAllowList: []
version: "1"