Remove the version from Docker Compose files.

Recent versions of Docker Compose no longer support this, instead just printing a warning.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10937
GitOrigin-RevId: 97a82968c48f5c09d6cbe74d8ea7386979e46e7a
This commit is contained in:
Samir Talwar 2024-07-17 15:47:28 +02:00 committed by hasura-bot
parent 455724dd07
commit b2ac4d82bc
31 changed files with 0 additions and 40 deletions

View File

@ -1,5 +1,3 @@
version: "3.6"
services:
dc-reference-agent:
build:

View File

@ -1,7 +1,5 @@
# Based on the template from https://raw.githubusercontent.com/hasura/graphql-engine/stable/install-manifests/docker-compose/docker-compose.yaml
version: "3.9"
services:
reference-agent:
image: "hasura/dc-reference-agent:${HASURA_VERSION}"

View File

@ -1,4 +1,3 @@
version: '3.9'
services:
sqlite_agent:
container_name: 'sqlite_agent'

View File

@ -32,8 +32,6 @@
# framework" in the "General" tab, and "Use Rosetta for x86/amd64 emulation on
# Apple Silicon" in the "Features in development" tab.
version: "3.6"
name: hge-manual-tests
services:

View File

@ -1,5 +1,3 @@
version: "3.6"
services:
postgres:
image: postgis/postgis:16-3.4-alpine

View File

@ -1,4 +1,3 @@
version: '3.6'
services:
engine-metadata-db:
image: postgres:15

View File

@ -1,4 +1,3 @@
version: "3.6"
services:
postgres:
image: postgres:15

View File

@ -1,4 +1,3 @@
version: "3.6"
services:
postgres:
image: postgres:15

View File

@ -1,4 +1,3 @@
version: "3.6"
services:
postgres:
image: postgres:15

View File

@ -1,4 +1,3 @@
version: "3.6"
services:
postgres:
image: postgres:15

View File

@ -1,4 +1,3 @@
version: "3.6"
services:
postgres:
image: postgres:15

View File

@ -1,4 +1,3 @@
version: '3.6'
services:
postgres:
image: mdillon/postgis:11

View File

@ -1,4 +1,3 @@
version: "3.6"
services:
postgres:
image: postgres:15

View File

@ -1,4 +1,3 @@
version: "3.6"
services:
postgres:
image: postgres:15

View File

@ -1,4 +1,3 @@
version: '3.7'
services:
redis:
image: redis:7

View File

@ -1,4 +1,3 @@
version: "3.7"
services:
redis:
image: redis:7

View File

@ -1,4 +1,3 @@
version: "3.6"
services:
redis:
image: redis:latest

View File

@ -1,4 +1,3 @@
version: "3.7"
services:
redis:
image: redis:7

View File

@ -1,4 +1,3 @@
version: "3.7"
services:
redis:
image: redis:7

View File

@ -1,4 +1,3 @@
version: "3.7"
services:
redis:
image: redis:7

View File

@ -1,4 +1,3 @@
version: "3.7"
services:
redis:
image: redis:7

View File

@ -1,4 +1,3 @@
version: '3.7'
services:
redis:
image: redis:7

View File

@ -1,4 +1,3 @@
version: "3.7"
services:
redis:
image: redis:7

View File

@ -1,4 +1,3 @@
version: '3.6'
services:
postgres:
image: postgres:14

View File

@ -1,4 +1,3 @@
version: '3.6'
services:
postgres:
image: postgres:14

View File

@ -1,4 +1,3 @@
version: '3'
services:
# External MongoDB sample database

View File

@ -1,5 +1,3 @@
version: "3.6"
name: hge-api-tests
services:

View File

@ -1,5 +1,3 @@
version: "3.6"
services:
postgres:
extends:

View File

@ -1,5 +1,3 @@
version: "3"
name: hge-postgres-replicas
services:

View File

@ -1,5 +1,3 @@
version: "3"
name: hge-postgres-replicas
services:

View File

@ -1,7 +1,5 @@
# These services are brought up in 'run.sh' (see that file)
version: "3.6"
name: hge-python-tests
services: