Skip to content

Commit

Permalink
chore(docker): remove legacy "version" field in docker-compose configs
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Apr 11, 2024
1 parent 5f8b75e commit 1e047aa
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 13 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.9"

x-robotoff-base-volumes:
&robotoff-base-volumes
- ./data:/opt/robotoff/data
Expand Down
2 changes: 0 additions & 2 deletions docker/dev.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.9"

x-robotoff-dev: &robotoff-dev
image: openfoodfacts/robotoff:dev
build:
Expand Down
2 changes: 0 additions & 2 deletions docker/ml-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
# instructions:
# https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/user-guide.html#adding-the-nvidia-runtime

version: "3.9"

services:
triton:
restart: $RESTART_POLICY
Expand Down
2 changes: 0 additions & 2 deletions docker/ml.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.9"

services:
triton:
restart: $RESTART_POLICY
Expand Down
2 changes: 0 additions & 2 deletions docker/mongodb.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.9"

services:
mongodb:
image: mongo:4.4
Expand Down
1 change: 0 additions & 1 deletion docker/monitor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.9"
services:
api:
command:
Expand Down
2 changes: 0 additions & 2 deletions docker/prod.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.9"

volumes:
backup:
external: true
Expand Down

0 comments on commit 1e047aa

Please sign in to comment.