Skip to content

Instantly share code, notes, and snippets.

@tshrkmd
Last active July 10, 2019 15:09
Show Gist options
  • Save tshrkmd/f3bb5493b46292903aaa24092c44f95d to your computer and use it in GitHub Desktop.
Save tshrkmd/f3bb5493b46292903aaa24092c44f95d to your computer and use it in GitHub Desktop.
openstf-mac
rethinkdb:
image: rethinkdb:2.3
ports:
- "8080:8080"
- "28015:28015"
- "29015:29015"
restart: always
volumes:
- "~:/data" # 絶対パスで書いたほうが良いかも
command: "rethinkdb --bind all --cache-size 2048"
stf-local:
image: openstf/stf
links:
- rethinkdb
ports:
- "7100:7100"
- "7110:7110"
- "7120:7120"
- "7400-7500:7400-7500"
restart: always
command: stf local --public-ip localhost --provider-min-port 7400 --provider-max-port 7500 --adb-host docker.for.mac.host.internal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment