aboutsummaryrefslogtreecommitdiff
path: root/compose.yaml
blob: cc56803a720fe7b427adf28a47f46272c2857c35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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