Skip to content

Commit

Permalink
Revert "chore: Remove the obsolete version property in docker-compose…
Browse files Browse the repository at this point in the history
….yaml."

This reverts commit 9d59faa.
  • Loading branch information
tommie committed Dec 27, 2024
1 parent 0526412 commit 296419d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.e2e.mysql.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
version: "3"
services:
sync-db:
tokenserver-db:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.e2e.spanner.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
version: "3"
services:
sync-db:
sync-db-setup:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.mysql.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
# NOTE: This docker-compose file was constructed to create a base for
# use by the End-to-end tests. It has not been fully tested for use in
# constructing a true, stand-alone sync server.
Expand All @@ -9,6 +8,7 @@
# you can test if it's available with
# curl "http://localhost:8000/__heartbeat__"

version: "3"
services:
sync-db:
image: docker.io/library/mysql:5.7
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.spanner.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
version: "3"
services:
sync-db:
# Getting sporadic errors in spanner.
Expand Down

0 comments on commit 296419d

Please sign in to comment.