diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index 4e5d0a4..0000000 --- a/docker-compose.yml +++ /dev/null @@ -1,11 +0,0 @@ -services: - db: - image: postgres:16.0-bullseye - container_name: db - environment: - - POSTGRES_USER=postgres - - POSTGRES_PASSWORD=postgres - volumes: - - ./pgdata:/var/lib/postgresql/data - ports: - - '5432:5432' \ No newline at end of file