Skip to content

Commit

Permalink
render.yaml (#535)
Browse files Browse the repository at this point in the history
* render.yaml

* add render.yaml
  • Loading branch information
thatguyinabeanie authored Oct 30, 2024
1 parent 1b7f23d commit aa951f4
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
5 changes: 5 additions & 0 deletions battle-stadium.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"Charizard",
"Charizardite",
"cobertura",
"Creds",
"ecma",
"Eevee",
"Eviolite",
Expand All @@ -54,10 +55,14 @@
"markiscodecoverage",
"Meowth",
"metagame",
"noeviction",
"ohio",
"OIDC",
"pokedex",
"postgresql",
"redis",
"rosie",
"sidekiq",
"Squirtle",
"turbopack",
"tweetnacl",
Expand Down
41 changes: 41 additions & 0 deletions render.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# 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
rootDir: backend
- 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
rootDir: backend
- type: redis
name: battle-stadium-sidekiq-redis
plan: free
region: ohio
maxmemoryPolicy: noeviction
ipAllowList: []
version: "1"

1 comment on commit aa951f4

@vercel
Copy link

@vercel vercel bot commented on aa951f4 Oct 30, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.