Skip to content

dtinth/docker-firebase-emulator-suite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firebase Emulator Suite, dockerized

This is a dockerized version of the Firebase Local Emulator Suite. It is based on the official Firebase CLI. The published Docker image is rebuilt every week on GitHub Action.

Service Port
UI 4000
Authentication 9099
Firestore 8080
Database 9000
Pub/Sub 8085
Storage 9199

Quick start with Docker Compose

services:
  firebase:
    image: ghcr.io/dtinth/firebase-emulator-suite:main
    ports:
      - 9099:9099
      - 8080:8080
      - 9000:9000
      - 8085:8085
      - 9199:9199
      - 4000:4000

About

Dockerized version of Firebase Local Emulator Stuite, with latest Docker image generated weekly by GitHub Actions

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Dockerfile 100.0%