Last active
November 22, 2023 11:52
-
-
Save matti/06b5e464d106a66f1bf4a2af5584924e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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