JustPaste
HomeCategoriesAboutDonateContactTerms of UsePrivacy Policy
JustPaste

Free online notepad — write and share instantly

Navigate

  • Home
  • Timeline
  • Categories

Info

  • About
  • Donate
  • Contact

Legal

  • Terms of Use
  • Privacy Policy

© 2026 JustPaste.app. All rights reserved.

Made with ♥ by JustPaste

Untitled Page | JustPaste.app
3 days ago6 views
💻Technology
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: true
← Back to timeline