Created
July 22, 2021 15:04
-
-
Save oxlb/02ba6d6131e3749230faf96272f195d6 to your computer and use it in GitHub Desktop.
This file contains hidden or 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.6' | |
services: | |
bigTable: | |
command: gcloud beta emulators bigtable start --host-port=0.0.0.0:8086 | |
image: google/cloud-sdk:latest | |
volumes: | |
- .:/opt/folder_name/my_application:delegated | |
working_dir: /opt/folder_name/my_application | |
environment: | |
- BIGTABLE_EMULATOR_HOST=localhost:8086 | |
ports: | |
- 8086:8086 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment