add firebase but comment it out
This commit is contained in:
@@ -56,6 +56,7 @@ dependencies:
|
|||||||
no_screenshot: ^0.3.1
|
no_screenshot: ^0.3.1
|
||||||
printing: ^5.13.3
|
printing: ^5.13.3
|
||||||
pdf: ^3.11.1
|
pdf: ^3.11.1
|
||||||
|
# firebase_core: ^3.6.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
|||||||
@@ -153,52 +153,17 @@ services:
|
|||||||
# context: ./Firebase-emulator
|
# context: ./Firebase-emulator
|
||||||
# environment:
|
# environment:
|
||||||
# DATA_DIRECTORY: "firebase/data"
|
# DATA_DIRECTORY: "firebase/data"
|
||||||
|
# FIREBASE_PROJECT: "mzansi-innovation-hub"
|
||||||
# ports:
|
# ports:
|
||||||
# - 8082:8080 # FIRESTORE_PORT
|
# - 8082:8080 # FIRESTORE_PORT
|
||||||
# - 5005:5005 # FIRESTORE_WS_PORT
|
# - 5005:5005 # FIRESTORE_WS_PORT
|
||||||
# - 4000:4000 # UI_PORT
|
# - 4000:4000 # UI_PORT
|
||||||
# - 9099:9099 # AUTH_PORT
|
# - 9099:9099 # AUTH_PORT
|
||||||
# volumes:
|
# volumes:
|
||||||
# - ./Firebase-emulator/firebase:/srv/firebase:rw
|
# - ./Firebase-emulator:/srv/firebase:rw
|
||||||
# # - ./cache:/root/.cache/:rw
|
# # - ./cache:/root/.cache/:rw
|
||||||
# # - ~/.config/:/root/.config
|
# # - ~/.config/:/root/.config
|
||||||
# - ./Firebase-emulator/firebase/data:/srv/firebase/data:rw
|
# - ./Firebase-emulator/firebase/data:/srv/firebase/data:rw
|
||||||
# firbase:
|
|
||||||
# build:
|
|
||||||
# context: ./Firebase
|
|
||||||
# dockerfile: Dockerfile
|
|
||||||
# args:
|
|
||||||
# - FIREBASE_VERSION=13.3.0
|
|
||||||
# container_name: MIH-firebase
|
|
||||||
# stop_grace_period: 1m
|
|
||||||
# environment:
|
|
||||||
# FIREBASE_AUTH_EMULATOR_HOST: "localhost:9099"
|
|
||||||
# FIRESTORE_EMULATOR_HOST: "localhost:8082"
|
|
||||||
# PUBSUB_EMULATOR_HOST: "localhost:8085"
|
|
||||||
# FUNCTIONS_EMULATOR_HOST: "localhost:5001"
|
|
||||||
# FIREBASE_PROJECT: "test-project"
|
|
||||||
# GCLOUD_PROJECT: "test-project"
|
|
||||||
# FORCE_COLOR: 'true'
|
|
||||||
# DATA_DIRECTORY: "data"
|
|
||||||
# CHOKIDAR_USEPOLLING: 'true'
|
|
||||||
# ports:
|
|
||||||
# - "4000:4001" # ui
|
|
||||||
# - "4400:4401" # hub
|
|
||||||
# - "4600:4601" # logging
|
|
||||||
# - "5001:5002" # functions
|
|
||||||
# - "8082:8081" # firestore
|
|
||||||
# - "8085:8086" # pubsub
|
|
||||||
# - "9005:9001" # database
|
|
||||||
# - "9099:9100" # auth
|
|
||||||
# - "9199:9200" # Storage
|
|
||||||
# - "6000:6001" # Hosting
|
|
||||||
# volumes:
|
|
||||||
# - ./firebase:/srv/firebase:rw
|
|
||||||
# - ./cache:/root/.cache/:rw
|
|
||||||
# - ~/.config/:/root/.config
|
|
||||||
# - ./firebase/data:/srv/firebase/data:rw
|
|
||||||
# networks:
|
|
||||||
# - MIH-network
|
|
||||||
#============== Named Volumes ====================================================================
|
#============== Named Volumes ====================================================================
|
||||||
volumes:
|
volumes:
|
||||||
certbotConf:
|
certbotConf:
|
||||||
|
|||||||
Reference in New Issue
Block a user