about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-10-20 02:31:47 +0200
committerEmile <hanemile@protonmail.com>2019-10-20 02:31:47 +0200
commit4b6d370370072d467d95b9cd81a2bf44c8beac94 (patch)
treede97e1a7c2f36a9f941734523d40df83b4a231ef
parentf86e426562b658dce17d3d33b87b43c2ed3b2778 (diff)
database
-rw-r--r--docker-compose.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 756613b..660b471 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -142,6 +142,11 @@ services:
         networks:
             - circus
 
+    postgresql:
+        image: postgresql:12
+        volumes:
+            - "circus_data:/var/lib/postgresql/data"
+
 networks:
     circus:
         external:
@@ -150,3 +155,4 @@ networks:
 volumes:
     prometheus_data: {}
     grafana_data: {}
+    circus_data: {}