Sign inSign up

mvochoa/firebase

By mvochoa

Updated over 1 year ago

Image
0

1.3K

mvochoa/firebase repository overview

Firebase

Docker images with firebase tools

Example docker-compose.yml

version: '3.8'
services:
  emulators:
    image: mvochoa/firebase:latest
    volumes:
      - .:/app
      - cache:/root/.cache/firebase
    ports:
      - 9099:9099
      - 9000:9000
    environments:
      - FIREBASE_TOKEN=[TOKEN DE FIREBASE LOGIN]
    command: sh -c 'firebase emulators:start'

volumes:
  cache:

Tag summary

Content type

Image

Digest

Size

241.6 MB

Last updated

over 4 years ago

docker pull mvochoa/firebase