Skip to content

Commit

Permalink
Merge pull request #295 from jolicode/version-properties
Browse files Browse the repository at this point in the history
Remove `version` properties
  • Loading branch information
lyrixx committed Mar 21, 2024
2 parents 008c5af + bed890b commit 7c7b50f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions infrastructure/docker/docker-compose.builder.yml
@@ -1,5 +1,3 @@
version: '3.7'

volumes:
builder-data: {}

Expand Down
2 changes: 0 additions & 2 deletions infrastructure/docker/docker-compose.docker-for-x.yml
@@ -1,7 +1,5 @@
# This file is used only when using Docker for Mac or Windows

version: '3.7'

services:
router:
# Docker for Mac or Windows does not support the "network_mode=host"
Expand Down
2 changes: 0 additions & 2 deletions infrastructure/docker/docker-compose.worker.yml
@@ -1,5 +1,3 @@
version: '3.7'

# this is a template to factorize the service definitions
x-services-templates:
worker_base: &worker_base
Expand Down
2 changes: 0 additions & 2 deletions infrastructure/docker/docker-compose.yml
@@ -1,5 +1,3 @@
version: '3.7'

volumes:
postgres-data: {}

Expand Down

0 comments on commit 7c7b50f

Please sign in to comment.