hercules-ci / arion

Run docker-compose with help from Nix/NixOS
Apache License 2.0
670 stars 48 forks source link

Support cgroup limits like mem_limit and cpus #256

Open r14c opened 3 months ago

r14c commented 3 months ago

I am trying to migrate my config to arion, but I haven't been able to find any documentation regarding memory and cpu limits. I'm trying to replicate this config:

services:
  wiki:
    image: "dokuwiki/dokuwiki:stable"
    cpus: 3.0
    mem_limit: 512m
    volumes: [ "/var/db/dokuwiki:/storage" ]