diff --git a/trifid-api/docker-compose.yml b/trifid-api/docker-compose.yml deleted file mode 100644 index 9f37e27..0000000 --- a/trifid-api/docker-compose.yml +++ /dev/null @@ -1,9 +0,0 @@ -# This is a docker-compose file to fire up a dev database with some persistence. -version: '3' -services: - postgres: - image: postgres - ports: - - "5432:5432" - volumes: - - "../pg_data:/var/lib/postgresql/data" \ No newline at end of file