From ee0a5d881c896ccbd05ec16b5d7e3f12774c6844 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sat, 25 May 2024 15:42:43 +0530 Subject: update --- containers/debian/compose.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 containers/debian/compose.yaml (limited to 'containers/debian/compose.yaml') 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 -- cgit v1.2.3