diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-05-25 19:46:48 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-05-25 19:46:48 +0530 |
| commit | bf1bd4d7836a5333824be7bff4928120ddf0ea73 (patch) | |
| tree | 4010636ba1d6a4b48f3ca9fd8bb0e27f65f4c36c /compose.yaml | |
| parent | ee0a5d881c896ccbd05ec16b5d7e3f12774c6844 (diff) | |
update
Diffstat (limited to 'compose.yaml')
| -rw-r--r-- | compose.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 0000000..cc56803 --- /dev/null +++ b/compose.yaml @@ -0,0 +1,15 @@ +services: + main: + build: + context: ../../ + dockerfile: containers/debian/Dockerfile + stdin_open: true + tty: true + volumes: + - ~/.ssh:/home/compromyse/.ssh + - ~/shared:/shared + deploy: + resources: + limits: + cpus: '4' + memory: 56gb |
