Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add game factorio #269

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions factorio/deploy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
version: "2.0"

services:
game:
image: factoriotools/factorio
expose:
- port: 34197
as: 34197
to:
- global: true
- port: 27015
as: 27015
to:
- global: true
params:
storage:
data:
mount: /opt/factorio

profiles:
compute:
game:
resources:
cpu:
units: 2
memory:
size: 4Gi
storage:
- size: 5Gi
- name: data
size: 20Gi
attributes:
persistent: true
class: beta2
placement:
westcoast:
pricing:
game:
denom: uakt
amount: 1000

deployment:
game:
westcoast:
profile: game
count: 1