services:
cppenv:
image: ztrxr/cpp-env
tty: true
ports:
- "24:24"
volumes:
- /root/dev:/root/dev
deploy:
resources:
limits:
cpus: '6.0'
memory: 6G
restart: always