Skip to content

Instantly share code, notes, and snippets.

@grocky
Last active June 13, 2020 07:58
Show Gist options
  • Save grocky/f18926228b60b01c347acf67d346b745 to your computer and use it in GitHub Desktop.
Save grocky/f18926228b60b01c347acf67d346b745 to your computer and use it in GitHub Desktop.
mouse detective
version: '3'
services:
objectbox1:
image: machinebox/objectbox
environment:
- MB_KEY=${MB_KEY}
- MB_OBJECTBOX_ANNOTATION_TOOL=true
ports:
- "8083:8080"
volumes:
- objectboxdata:/boxdata
volumes:
objectboxdata:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment