Skip to content

Commit

Permalink
added Firebase UI
Browse files Browse the repository at this point in the history
  • Loading branch information
roblaszczak committed May 29, 2020
1 parent 8ae9dda commit 52b419b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ PORT=3000

FIRESTORE_PROJECT_ID=threedotslabs-cloudnative
FIRESTORE_EMULATOR_HOST=firestore:8787
# env used by karhoo/firestore-emulator container
GCP_PROJECT_ID=threedotslabs-cloudnative

TRAINER_GRPC_ADDR=trainer-grpc:3000
USERS_GRPC_ADDR=users-grpc:3000
Expand Down
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,10 @@ services:
- firestore

firestore:
image: karhoo/firestore-emulator:0.2.2
image: karhoo/firestore-emulator:0.3.2
env_file:
- .env
ports:
- "127.0.0.1:8787:8787"
- "127.0.0.1:4000:4000"
restart: unless-stopped

0 comments on commit 52b419b

Please sign in to comment.