diff options
Diffstat (limited to '')
| -rw-r--r-- | containers/debian/compose.yaml | 12 | 
1 files changed, 12 insertions, 0 deletions
| diff --git a/containers/debian/compose.yaml b/containers/debian/compose.yaml new file mode 100644 index 0000000..69860b5 --- /dev/null +++ b/containers/debian/compose.yaml @@ -0,0 +1,12 @@ +services: +  main: +    build: . +    stdin_open: true +    tty: true +    volumes: +      - ~/shared:/shared +    deploy: +      resources: +        limits: +          cpus: '4' +          memory: 56gb | 
