mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-15 17:19:10 +00:00
unignore docker-compose
This commit is contained in:
parent
c9cb4c95bc
commit
d3394412db
2 changed files with 16 additions and 1 deletions
16
docker-compose.yaml
Normal file
16
docker-compose.yaml
Normal file
|
@ -0,0 +1,16 @@
|
|||
# This is the Docker Compose for setting up a local dev environment.
|
||||
# Production uses PaaS equivalents in Google Cloud
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
firestore:
|
||||
image: mtlynch/firestore-emulator
|
||||
environment:
|
||||
FIRESTORE_PROJECT_ID: roleypoly-00000000
|
||||
ports:
|
||||
- 6691:8080
|
||||
|
||||
redis:
|
||||
image: redis:5-alpine
|
||||
ports:
|
||||
- 6692:6379
|
Loading…
Add table
Add a link
Reference in a new issue