forked from wiktor/spejstore-new
Update wait-for-it, downgrade docker-compose.yml version
This commit is contained in:
parent
f3d58aaee1
commit
427da3e35c
|
@ -6,5 +6,5 @@ RUN apt-get -y update
|
||||||
RUN apt-get -y install libsasl2-dev libldap2-dev libssl-dev
|
RUN apt-get -y install libsasl2-dev libldap2-dev libssl-dev
|
||||||
ADD requirements.txt /code/
|
ADD requirements.txt /code/
|
||||||
RUN pip install -r requirements.txt
|
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/
|
ADD . /code/
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
version: "3"
|
version: "2"
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
build: postgres-hstore
|
build: postgres-hstore
|
||||||
|
|
Loading…
Reference in New Issue