The repo for a sample firebase app can be found here:
https://github.com/getreploy/firebase-sample
services:firebase:ports:- name: uiport: 4000- name: firestoreport: 8000- name: functionsport: 5001- name: databaseport: 9000image: reploy/firebaseserve:- firebase emulators:start
The reploy.yml
file for this environment can also be found here:
https://github.com/getreploy/firebase-sample/blob/master/reploy.yml
In the above file, we have one service which describes the firebase emulator runtime.
The firebase
service is a firebase application, which uses our firebase
runtime.