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

chore: Remove obsolete docker compose version #16419

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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions apps/api/v1/test/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Set the version of docker compose to use
version: "3.9"

# The containers that compose the project
services:
db:
Expand Down
2 changes: 0 additions & 2 deletions apps/api/v2/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
redis:
image: redis:latest
Expand Down
3 changes: 0 additions & 3 deletions apps/web/test/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Set the version of docker compose to use
version: "3.9"

# The containers that compose the project
services:
db:
Expand Down
1 change: 0 additions & 1 deletion packages/emails/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Starts mailhog SMTP server on port 1025, web interface on port 8025
version: "3.6"
services:
mailhog:
image: "mailhog/mailhog:latest"
Expand Down
1 change: 0 additions & 1 deletion packages/prisma/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# this file is a helper to run Cal.com locally
# starts a postgres instance on port 5450 to use as a local db
version: "3.6"
services:
postgres:
image: postgres:13
Expand Down
Loading