Skip to content

Commit

Permalink
fix(docker): 🔥 remove obsolete version keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
kikkomep committed Sep 2, 2024
1 parent 8956bac commit d372226
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions docker-compose.base.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.5"

services:
db:
# Docker image docs: https://github.com/bitnami/bitnami-docker-postgresql
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.5"

services:
db:
environment:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.extra.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.5"

services:
seek:
image: crs4/lifemonitor-tests:seek
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.maintenance.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.5"

services:
db:
environment:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.monitoring.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.5"

services:
prometheus:
image: prom/prometheus:v2.48.0
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.5"

services:
lmtests:
image: crs4/lifemonitor
Expand Down

0 comments on commit d372226

Please sign in to comment.