1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-26 02:38:07 +02:00

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