Files
XC_VM/tools/test-install/docker-compose.yml
T

18 lines
492 B
YAML

services:
xcvm-test:
build:
context: .
dockerfile: Dockerfile
image: xcvm-test:latest
container_name: xcvm-test-install
hostname: xcvm-test
privileged: true
cgroup: host
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
- ../../dist/XC_VM.zip:/opt/xcvm-install/XC_VM.zip:ro
ports:
- "${XCVM_HTTP_PORT:-8880}:${XCVM_INSTALL_HTTP_PORT:-80}"
- "${XCVM_HTTPS_PORT:-8443}:${XCVM_INSTALL_HTTPS_PORT:-443}"
stop_signal: SIGRTMIN+3