15 lines
234 B
YAML
15 lines
234 B
YAML
services:
|
|
cppenv:
|
|
image: ztrxr/cppenv
|
|
tty: true
|
|
ports:
|
|
- "24:24"
|
|
volumes:
|
|
- /root/dev:/root/dev
|
|
deploy:
|
|
resources:
|
|
limits:
|
|
cpus: '6.0'
|
|
memory: 6G
|
|
restart: always
|