name: portal services: web-portal: cpu_shares: 90 command: [] container_name: web-portal deploy: resources: limits: memory: "6217007104" environment: DB_URI: sqlite:///app/data/db.sqlite SECRET_KEY: 60wcFlr7 hostname: web-portal image: ghcr.io/enchant97/web-portal:2.4.0 networks: default: null ports: - mode: ingress target: 8000 published: "8660" protocol: tcp restart: unless-stopped volumes: - type: bind source: /root/portal/data target: /app/data bind: create_host_path: true networks: default: name: portal_default x-casaos: author: self category: self hostname: www.bgmcd.org icon: "" index: / is_uncontrolled: false port_map: "8660" scheme: http title: custom: Portal