diff options
author | Emile <hanemile@protonmail.com> | 2019-10-20 02:31:47 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-10-20 02:31:47 +0200 |
commit | 4b6d370370072d467d95b9cd81a2bf44c8beac94 (patch) | |
tree | de97e1a7c2f36a9f941734523d40df83b4a231ef /docker-compose.yml | |
parent | f86e426562b658dce17d3d33b87b43c2ed3b2778 (diff) |
database
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 6 |
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: {} |