diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-11-04 12:25:11 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-11-04 12:25:11 +0530 | 
| commit | 7eebab21bbb23ae2029980a6ca3016a8872bc240 (patch) | |
| tree | 6f0c1e9378389fd75ca2b9fe4afbf46a6052060f /compose.yaml | |
| parent | 8c7ee42eedc6fcbc2eaf7ffbc9112835d915bc48 (diff) | |
Change VM structure, move away from vagrant
Diffstat (limited to 'compose.yaml')
| -rw-r--r-- | compose.yaml | 24 | 
1 files changed, 0 insertions, 24 deletions
| diff --git a/compose.yaml b/compose.yaml deleted file mode 100644 index d63c308..0000000 --- a/compose.yaml +++ /dev/null @@ -1,24 +0,0 @@ -services: -  debian: -    container_name: debian -    build: -      context: . -      dockerfile: c_debian/Dockerfile -      secrets: -        - id_rsa -        - id_rsa_pub - -    stdin_open: true -    tty: true -    volumes: -      - ~/shared:/shared -    deploy: -      resources: -        limits: -          cpus: '14' - -secrets: -  id_rsa: -    file: /home/compromyse/.ssh/id_rsa -  id_rsa_pub: -    file: ~/.ssh/id_rsa.pub | 
