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:
parent
8717298d93
commit
aed528ccf7
3 changed files with 35 additions and 22 deletions
|
@ -1,5 +1,4 @@
|
|||
FROM python:3.8-alpine
|
||||
ENV PYTHONUNBUFFERED 1
|
||||
WORKDIR /code
|
||||
COPY requirements.txt /code/
|
||||
RUN pip install -r requirements.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue