diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-05-25 20:21:29 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-05-25 20:21:29 +0530 |
| commit | 17cfb92d04020acf835e9294d3479c57bd1f2a45 (patch) | |
| tree | 35a53d6f5d33e5b8b61f22c5c2deb5db09cf6903 /compose.yaml | |
| parent | bf1bd4d7836a5333824be7bff4928120ddf0ea73 (diff) | |
update
Diffstat (limited to 'compose.yaml')
| -rw-r--r-- | compose.yaml | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/compose.yaml b/compose.yaml index cc56803..25dddf3 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,15 +1,26 @@ services: - main: + debian: + container_name: debian build: - context: ../../ - dockerfile: containers/debian/Dockerfile + context: . + dockerfile: c_debian/Dockerfile + secrets: + - id_rsa + - id_rsa_pub + stdin_open: true tty: true volumes: - - ~/.ssh:/home/compromyse/.ssh - ~/shared:/shared deploy: resources: limits: cpus: '4' memory: 56gb + + +secrets: + id_rsa: + file: /home/compromyse/.ssh/id_rsa + id_rsa_pub: + file: ~/.ssh/id_rsa.pub |
