about summary refs log tree commit diff
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/docker-compose.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/db/docker-compose.yml b/db/docker-compose.yml
deleted file mode 100644
index 3586121..0000000
--- a/db/docker-compose.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-version: '3'
-services:
-    mydb:
-        image: postgres
-        ports:
-            - "5432:5432"
-        volumes:
-            - "db-data:/var/lib/postgresql/data"
- 
-volumes:
-    db-data:
-        driver: local