Skip to content

Instantly share code, notes, and snippets.

@matti
Last active November 22, 2023 11:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matti/06b5e464d106a66f1bf4a2af5584924e to your computer and use it in GitHub Desktop.
Save matti/06b5e464d106a66f1bf4a2af5584924e to your computer and use it in GitHub Desktop.
version: '3.9'
services:
worker:
image: ghcr.io/usvacomputer/platform/worker:2adbe3a8aa4ff7f5f7edc30131148184b1c4c1ed
environment:
- USVA_ENV=matti-1
- USVA_DOMAIN=usva.io
- USVA_NAME=default
privileged: true
volumes:
- worker-volyymi:/var/lib/k0s
- /sys/fs/cgroup:/sys/fs/cgroup:rw
tmpfs:
- /run
- /var/run
cgroup: host
network_mode: "bridge"
volumes:
worker-volyymi:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment