diff --git a/postgres-docker-compose.yaml b/postgres-docker-compose.yaml deleted file mode 100644 index b72cc0d..0000000 --- a/postgres-docker-compose.yaml +++ /dev/null @@ -1,16 +0,0 @@ -services: - postgres: - image: postgres - container_name: cftunnel-db - restart: always - environment: - POSTGRES_DB: cftunnel - POSTGRES_USER: root - POSTGRES_PASSWORD: password - ports: - - "5432:5432" - volumes: - - pgdata:/var/lib/postgresql/data - -volumes: - pgdata: \ No newline at end of file