diff --git a/docs/compose.yaml b/docs/compose.yaml deleted file mode 100644 index be87d5fb4cf..00000000000 --- a/docs/compose.yaml +++ /dev/null @@ -1,10 +0,0 @@ -services: - postgres: - container_name: postgres - image: postgres:latest - environment: - - POSTGRES_DB=postgres - - POSTGRES_HOST_AUTH_METHOD=trust - ports: - - "5432:5432" - restart: always \ No newline at end of file