services:
mbss01:
image: mbss73_ol8:v1
container_name: mbss01
hostname: mbss01
ports:
- "8080:8080"
- "15672:15672"
mem_limit: 768m
privileged: true
stdin_open: true
tty: true
cgroup: host
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
- data:/data
networks:
- wifin
environment:
slm_conf: "<license_server>"
volumes:
data:
networks:
wifin:
external: true6 views