Skip to content

Commit

Permalink
feat: remove docker version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kevbarns committed Nov 8, 2024
1 parent dbf2385 commit 1059648
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .infra/docker-compose.preview-system.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.8"

x-default: &default
deploy:
resources:
Expand Down
2 changes: 0 additions & 2 deletions .infra/docker-compose.preview.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.8"

x-deploy-default: &deploy-default
resources:
limits:
Expand Down
2 changes: 0 additions & 2 deletions .infra/docker-compose.production.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.8"

# The following variables define reusable configurations for deployment, providing consistent and predefined
# behaviors for updating, rolling back, and restarting services.

Expand Down
2 changes: 0 additions & 2 deletions .infra/docker-compose.recette.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: "3.8"

services:
smtp:
image: axllent/mailpit:latest
Expand Down
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.8"

services:
mongodb:
image: mongo:6.0.2-focal
Expand Down

0 comments on commit 1059648

Please sign in to comment.