Commit 2e9a466f authored by Laury Bueno's avatar Laury Bueno
Browse files

[Dev] Local network renamed

parent 6efe0ae3
......@@ -4,15 +4,15 @@ volumes:
db_data: {}
networks:
base_django_project:
name: base_django_project
base:
name: base
services:
redis:
image: redis:3.2
hostname: redis
networks:
- base_django_project
- base
django:
build:
......@@ -31,7 +31,7 @@ services:
- "8000:8000"
command: /runserver.sh
networks:
- base_django_project
- base
postgres:
image: postgres:9.6
......@@ -42,4 +42,4 @@ services:
- POSTGRES_USER=django
- POSTGRES_PASSWORD=django
networks:
- base_django_project
- base
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment