aboutsummaryrefslogtreecommitdiff
path: root/compose.yaml
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-05-25 19:46:48 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-05-25 19:46:48 +0530
commitbf1bd4d7836a5333824be7bff4928120ddf0ea73 (patch)
tree4010636ba1d6a4b48f3ca9fd8bb0e27f65f4c36c /compose.yaml
parentee0a5d881c896ccbd05ec16b5d7e3f12774c6844 (diff)
update
Diffstat (limited to 'compose.yaml')
-rw-r--r--compose.yaml15
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