Skip to content

Commit bf182fb

Browse files
author
Matthew Fisher
committed
Merge pull request #29 from bacongobbler/28-remove-governor
ref(postgres): remove compose/governor
2 parents 2c7acd4 + 24f166b commit bf182fb

10 files changed

Lines changed: 0 additions & 613 deletions

File tree

rootfs/Dockerfile

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,5 @@
11
FROM postgres:9.4
22

3-
RUN apt-get update && apt-get install -y \
4-
curl \
5-
gcc \
6-
libpq-dev \
7-
libyaml-dev \
8-
lzop \
9-
pv \
10-
python \
11-
python-dev \
12-
python-pip \
13-
--no-install-recommends \
14-
&& rm -rf /var/cache/apt/*
15-
163
COPY . /
17-
WORKDIR /app
18-
19-
ENV PGDATA /app/data
20-
21-
RUN pip install -r requirements.txt
224

235
ENV DEIS_RELEASE 2.0.0-dev

rootfs/app/LICENCE

Lines changed: 0 additions & 21 deletions
This file was deleted.

rootfs/app/governor.py

Lines changed: 0 additions & 82 deletions
This file was deleted.

rootfs/app/helpers/__init__.py

Whitespace-only changes.

rootfs/app/helpers/errors.py

Lines changed: 0 additions & 13 deletions
This file was deleted.

rootfs/app/helpers/ha.py

Lines changed: 0 additions & 100 deletions
This file was deleted.

rootfs/app/helpers/keystore.py

Lines changed: 0 additions & 122 deletions
This file was deleted.

0 commit comments

Comments
 (0)