Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove version properties #295

Merged
merged 1 commit into from Mar 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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