Update wait-for-it, downgrade docker-compose.yml version

d42/ebin
informatic 2017-10-02 21:10:47 +02:00
parent f3d58aaee1
commit 427da3e35c
2 changed files with 2 additions and 2 deletions

View File

@ -6,5 +6,5 @@ RUN apt-get -y update
RUN apt-get -y install libsasl2-dev libldap2-dev libssl-dev
ADD requirements.txt /code/
RUN pip install -r requirements.txt
RUN wget https://github.com/vishnubob/wait-for-it/raw/55c54a5abdfb32637b563b28cc088314b162195e/wait-for-it.sh -O /usr/local/bin/wait-for-it && chmod +x /usr/local/bin/wait-for-it
RUN wget https://github.com/vishnubob/wait-for-it/raw/8ed92e8cab83cfed76ff012ed4a36cef74b28096/wait-for-it.sh -O /usr/local/bin/wait-for-it && chmod +x /usr/local/bin/wait-for-it
ADD . /code/

View File

@ -1,4 +1,4 @@
version: "3"
version: "2"
services:
db:
build: postgres-hstore