Skip to content

Commit

Permalink
compose: remove deprecated version field
Browse files Browse the repository at this point in the history
This removes some warning printouts
in the tests.
  • Loading branch information
pjonsson committed Aug 6, 2024
1 parent a1ab57c commit 64865ad
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions docker-compose.cleandb.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.4'

services:
postgres:
# clean postgis db
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.db.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.4'

services:
postgres:
# db with some data from s2_l2a pre-indexed
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.index.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.4'

services:
index:
image: opendatacube/datacube-index:latest
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.prod.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.4'

# override default compose to change the launch command

services:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.pyspy.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.4'

services:
ows_18:
cap_add:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.4'

# Default compose will create an ows image, with dev settings and connect to a local db
services:
ows_18:
Expand Down

0 comments on commit 64865ad

Please sign in to comment.