Skip to content

Commit

Permalink
Test YAML change
Browse files Browse the repository at this point in the history
  • Loading branch information
pflooky committed Jun 17, 2024
1 parent 76a03c1 commit dbbbecc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -758,18 +758,18 @@
"soft": 2448
"volumes":
- "./data/solace/persist:/var/lib/solace"
"spanner":
"container_name": "spanner"
"image": "gcr.io/cloud-spanner-emulator/emulator"
"ports":
- "9010:9010"
- "9020:9020"
"sqlite":
"command": ["tail", "-f", "/dev/null"]
"container_name": "sqlite"
"image": "keinos/sqlite3:3.46.0"
"volumes":
- "./data/sqlite:/opt/data"
"spanner":
"container_name": "spanner"
"image": "gcr.io/cloud-spanner-emulator/emulator"
"ports":
- "9010:9010"
- "9020:9020"
"temporal":
"command": ["server", "start-dev", "--db-filename", "/opt/data/db/temporal.db", "--ip", "0.0.0.0", "--metrics-port", "9233"]
"container_name": "temporal"
Expand Down

0 comments on commit dbbbecc

Please sign in to comment.