networks: {} services: hb_test: command: - python2.7 - /usr/local/bin/heartbeat2.py entrypoint: - /sbin/my_init - --skip-runit - --skip-startup-files - -- environment: ALSA_CARD: null APP_ID: hb_test CFG_DIR: /DOCKAPP CUPS_SERVER: null CUSTOMIZATION: null HB_HOST: null HB_INIT_TIMEOUT: null HB_PORT: ${HB_PORT} HB_URL: ${HB_URL} LANGUAGE: null MOUSE_CURSOR: null image: malex984/dockapp:omd_agent labels: description: HB test in python is_top_app: '1' network_mode: host privileged: false restart: on-failure:5 stdin_open: false tty: false volumes: - ${HILBERT_STATION_CONFIG}:/DOCKAPP:rw - /etc/localtime:/etc/localtime:ro - /tmp:/tmp:rw working_dir: /DOCKAPP omd_agent: command: - omd_agent_entrypoint.sh entrypoint: - /sbin/my_init - --skip-runit - --skip-startup-files - -- environment: ALSA_CARD: null CFG_DIR: /DOCKAPP CUPS_SERVER: null CUSTOMIZATION: null HB_HOST: null HB_PORT: ${HB_PORT} HB_URL: ${HB_URL} LANGUAGE: null MOUSE_CURSOR: null NO_PROXY: ${NO_PROXY} image: imaginary.mfo.de:5000/malex984/omd_agent labels: description: Docker CLI + Compose is_top_app: '0' network_mode: host ports: - ${HB_PORT} - '6556' privileged: false restart: on-failure:5 stdin_open: false tty: false volumes: - ${NO_PROXY}:${NO_PROXY}:rw - ${HILBERT_STATION_CONFIG}:/DOCKAPP:rw - /etc/localtime:/etc/localtime:ro - /tmp:/tmp:rw working_dir: /DOCKAPP omd_anew: command: - omd_entrypoint.sh entrypoint: - /sbin/my_init - --skip-runit - --skip-startup-files - -- environment: ALSA_CARD: null CFG_DIR: /DOCKAPP CUPS_SERVER: null CUSTOMIZATION: null LANGUAGE: null MOUSE_CURSOR: null image: malex984/dockapp:omd labels: description: Base for dockapp services is_top_app: '0' network_mode: host ports: - '5000' - '514' - '5667' - '80' privileged: false restart: on-failure:5 stdin_open: false tty: false volumes: - ${HILBERT_STATION_CONFIG}:/DOCKAPP:rw - omd_data:/OMD:rw - /etc/localtime:/etc/localtime:ro - /tmp:/tmp:rw working_dir: /DOCKAPP omd_persistent: command: - omd_entrypoint.sh entrypoint: - /sbin/my_init - --skip-runit - --skip-startup-files - -- environment: ALSA_CARD: null CFG_DIR: /DOCKAPP CUPS_SERVER: null CUSTOMIZATION: null LANGUAGE: null MOUSE_CURSOR: null image: malex984/dockapp:omd labels: description: Base for dockapp services is_top_app: '0' network_mode: host ports: - '5000' - '514' - '5667' - '80' privileged: false restart: on-failure:5 stdin_open: false tty: false volumes: - ${HILBERT_STATION_CONFIG}:/DOCKAPP:rw - omd_data:/OMD:rw - /etc/localtime:/etc/localtime:ro - omd_data:/omd/sites:rw - /tmp:/tmp:rw working_dir: /DOCKAPP ptmx: cap_add: - ALL - NET_ADMIN - SYS_ADMIN command: - ./ptmx.sh entrypoint: - /bin/sh environment: ALSA_CARD: null CFG_DIR: /DOCKAPP CUPS_SERVER: null CUSTOMIZATION: null LANGUAGE: null MOUSE_CURSOR: null NO_PROXY: ${NO_PROXY} image: busybox labels: description: Docker CLI + Compose is_top_app: '0' network_mode: host privileged: false restart: on-failure:5 stdin_open: false tty: false volumes: - ${NO_PROXY}:${NO_PROXY}:rw - ${HILBERT_STATION_CONFIG}:/DOCKAPP:rw - /dev:/dev:rw - /etc/localtime:/etc/localtime:ro - /run/systemd:/run/systemd:rw - /run/udev:/run/udev:rw - /sys/fs/cgroup:/sys/fs/cgroup:ro - /tmp:/tmp:rw - /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket:rw working_dir: /DOCKAPP qr_handler: cap_add: - ALL - NET_ADMIN - SYS_ADMIN command: - qrhandler.sh entrypoint: - /sbin/my_init - --skip-runit - --skip-startup-files - -- environment: ALSA_CARD: null CFG_DIR: /DOCKAPP CUPS_SERVER: null CUSTOMIZATION: null DISPLAY: '${DISPLAY}' LANGUAGE: null MOUSE_CURSOR: null NO_PROXY: ${NO_PROXY} PULSE_COOKIE: /run/pulse/cookie PULSE_SERVER: /run/pulse/native QR_DEVICE_ID: null QT_X11_NO_MITSHM: '1' XAUTHORITY: ${XAUTH} XLIB_SKIP_ARGB_VISUALS: '1' qr_uploadlocs: null qrs_screenshot_message: null image: malex984/dockapp:qrhandler labels: description: Docker CLI + Compose is_top_app: '0' network_mode: host privileged: false restart: on-failure:5 stdin_open: false tty: false volumes: - ${NO_PROXY}:${NO_PROXY}:rw - ${HILBERT_STATION_CONFIG}:/DOCKAPP:rw - /dev:/dev:rw - /etc/localtime:/etc/localtime:ro - ${PULSE_COOKIE}:/run/pulse/cookie:rw - ${PULSE_SOCKET}:/run/pulse/native:rw - /run/systemd:/run/systemd:rw - /run/udev:/run/udev:rw - supernova:/supernova:rw - /sys/fs/cgroup:/sys/fs/cgroup:ro - /tmp:/tmp:rw - /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket:rw working_dir: /DOCKAPP registry: image: registry:2 labels: description: Docker Private Registry is_top_app: '0' ports: - 5000:5000 restart: on-failure:5 volumes: - ${HILBERT_REGISTRY_DATA}:/var/lib/registry:rw # TODO: mng!? version: '2.0' volumes: omd_data: driver: local supernova: driver: local