Set different networks for db-backend and backend-proxy

Signed-off-by: Anca Iordache <anca.iordache@docker.com>
This commit is contained in:
Anca Iordache
2020-03-19 22:37:57 +01:00
parent 8717298d93
commit aed528ccf7
3 changed files with 35 additions and 22 deletions

View File

@@ -1,5 +1,4 @@
FROM python:3.8-alpine
ENV PYTHONUNBUFFERED 1
WORKDIR /code
COPY requirements.txt /code/
RUN pip install -r requirements.txt