aboutsummaryrefslogtreecommitdiff
path: root/containers/debian/compose.yaml
blob: 69860b5c299367a6131074f5a9f2754573ff7cbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
services:
  main:
    build: .
    stdin_open: true
    tty: true
    volumes:
      - ~/shared:/shared
    deploy:
      resources:
        limits:
          cpus: '4'
          memory: 56gb