Skip to content

Instantly share code, notes, and snippets.

@oxlb
Created July 22, 2021 15:04
Show Gist options
  • Save oxlb/02ba6d6131e3749230faf96272f195d6 to your computer and use it in GitHub Desktop.
Save oxlb/02ba6d6131e3749230faf96272f195d6 to your computer and use it in GitHub Desktop.
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