mirror of
https://github.com/Vateron-Media/XC_VM.git
synced 2026-09-27 04:01:57 +02:00
18 lines
492 B
YAML
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
|