aboutsummaryrefslogtreecommitdiffstats
path: root/build/test/gondul-db-test.Dockerfile
diff options
context:
space:
mode:
authorKristian Lyngstol <kristian@bohemians.org>2017-04-20 10:50:11 +0200
committerKristian Lyngstol <kristian@bohemians.org>2017-04-20 10:50:11 +0200
commita86fa790950906f0d0f32d2b3d2069fb11d34c98 (patch)
tree3d5263756bc6ae849e12b60e33cbe5550459cb04 /build/test/gondul-db-test.Dockerfile
parent53d3a0593e3702a245dc90fb14a79e166bf7bbb3 (diff)
Further tidying up
Diffstat (limited to 'build/test/gondul-db-test.Dockerfile')
-rw-r--r--build/test/gondul-db-test.Dockerfile9
1 files changed, 0 insertions, 9 deletions
diff --git a/build/test/gondul-db-test.Dockerfile b/build/test/gondul-db-test.Dockerfile
deleted file mode 100644
index 38febc6..0000000
--- a/build/test/gondul-db-test.Dockerfile
+++ /dev/null
@@ -1,9 +0,0 @@
-FROM debian:jessie
-RUN apt-get update && apt-get install -y postgresql-9.4
-ADD build/test/pg_hba.tail /pg_hba.tail
-RUN cat /pg_hba.tail >> /etc/postgresql/9.4/main/pg_hba.conf
-ADD build/test/postgresql.conf /etc/postgresql/9.4/main/postgresql.conf
-RUN echo "listen_addresses = '*'" >> /etc/postgresql/9.4/main/postgresql.conf
-CMD /opt/gondul/build/test/postgres.sh
-VOLUME /var/lib/postgresql
-EXPOSE 5432