Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicolascbv/local-fire
A lightweight docker image used to run Firestore databases locally for development and test purposes!
https://github.com/nicolascbv/local-fire
cd ci database development docker dockerhub firestore lightweight test
Last synced: 11 days ago
JSON representation
A lightweight docker image used to run Firestore databases locally for development and test purposes!
- Host: GitHub
- URL: https://github.com/nicolascbv/local-fire
- Owner: NicolasCBV
- License: mit
- Created: 2024-02-24T23:12:00.000Z (11 months ago)
- Default Branch: trunk
- Last Pushed: 2025-01-09T05:35:37.000Z (15 days ago)
- Last Synced: 2025-01-09T06:37:40.942Z (15 days ago)
- Topics: cd, ci, database, development, docker, dockerhub, firestore, lightweight, test
- Language: Shell
- Homepage: https://hub.docker.com/r/nicolascbv/local-fire
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WELCOME
This Docker image is totally focused on running the Firestore database locally for development and testing purposes. Feel free to suggest some new features or to enjoy this application.## HOW TO USE
Simply run the following command to pull out the image from the dockerhub
```
docker pull nicolascbv/local-fire:latest
```After that, you can run your application and connect with this command:
```
docker run -d -p 8080:8080 nicolascbv/local-fire:latest
```