Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yutakahashi114/0a6a01f3a7bf32c93ce09a304e7f440c to your computer and use it in GitHub Desktop.
Save yutakahashi114/0a6a01f3a7bf32c93ce09a304e7f440c to your computer and use it in GitHub Desktop.
version: "3.7"
services:
firestore:
build:
context: ./firestore
environment:
- PROJECT_ID=test-project-id
volumes:
- ./firestore:/firestore
command: /bin/bash /firestore/start.sh
go:
image: golang:1.14
tty: true
environment:
- PROJECT_ID=test-project-id
- FIRESTORE_EMULATOR_HOST=firestore:8812
volumes:
- ./go/src:/go/src
working_dir: /go/src
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment