# Published-image deployment. Complete setup in your browser.
name: omnimatch-onprem

services:
  app:
    image: ghcr.io/omnimatch/omnimatch-agents:onprem-stable
    init: true
    restart: unless-stopped
    ports:
      - "127.0.0.1:8787:8787"
    volumes:
      - omnimatch-state:/data
    security_opt:
      - no-new-privileges:true

volumes:
  omnimatch-state:
