Last active
June 13, 2020 07:58
-
-
Save grocky/f18926228b60b01c347acf67d346b745 to your computer and use it in GitHub Desktop.
mouse detective
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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