summaryrefslogtreecommitdiff
path: root/ansible/plays/templates/malabaricus/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/plays/templates/malabaricus/docker-compose.yml')
-rw-r--r--ansible/plays/templates/malabaricus/docker-compose.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/ansible/plays/templates/malabaricus/docker-compose.yml b/ansible/plays/templates/malabaricus/docker-compose.yml
new file mode 100644
index 0000000..e85f147
--- /dev/null
+++ b/ansible/plays/templates/malabaricus/docker-compose.yml
@@ -0,0 +1,10 @@
+version: "3"
+services:
+ pdb11:
+ image: postgres:11
+ volumes:
+ - /data:/var/lib/postgresql/data
+ environment:
+ POSTGRES_PASSWORD: mysecretpassword
+
+