diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-05-25 15:42:43 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-05-25 15:42:43 +0530 |
| commit | ee0a5d881c896ccbd05ec16b5d7e3f12774c6844 (patch) | |
| tree | 178962538ce5350571166d20e5a218f6c9f348ec /containers/debian/compose.yaml | |
| parent | fd09c4aedaf47808ec44623dc063ca61b54b3762 (diff) | |
update
Diffstat (limited to 'containers/debian/compose.yaml')
| -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 |
