Skip to content

Commit dec4e64

Browse files
Merge pull request #188 from CodeForPhilly/dmn_evaluation_updates
load and export emulator data on startup and shutdown
2 parents 7ea5dc9 + 659a727 commit dec4e64

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ firebase-debug.*.log*
1717
# it commented so all members can deploy to the same project(s) in .firebaserc.
1818
# .firebaserc
1919

20+
emulator-data/
21+
2022
# Runtime data
2123
pids
2224
*.pid

process-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ version: "0.5"
33
processes:
44
firebase-emulators:
55
description: This process runs the local firebase emulators used in the project.
6-
command: firebase emulators:start --project demo-bdt-dev --only auth,storage,firestore
6+
command: firebase emulators:start --project demo-bdt-dev --only auth,storage,firestore --import ./emulator-data --export-on-exit
77
ready_log_line: "All emulators ready!"
88
builder-api:
99
description: This process runs the builder-api in dev mode on port ${QUARKUS_HTTP_PORT}.
10-
command: quarkus dev -Ddebug=false
10+
command: quarkus dev -Ddebug=5005
1111
working_dir: builder-api/
1212
environment:
1313
- "QUARKUS_CONSOLE_COLOR=true"

0 commit comments

Comments
 (0)