diff options
author | Emile <hanemile@protonmail.com> | 2019-10-20 13:37:21 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-10-20 13:37:21 +0200 |
commit | f6ff659b2ccb51d1b558c31e5a5e126cbeef9979 (patch) | |
tree | 7b465bbd8731b54d45ee9f9fb517d87718a46fc6 | |
parent | 97c4568005654c8f16f8f72172167bcb15577a43 (diff) |
removed db as it is already present in circus-compose
-rw-r--r-- | db/docker-compose.yml | 12 |
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 |