Commit d2ba1ad4 authored by John Red Medrano's avatar John Red Medrano

bug fixing docker

parent e9de42b4
...@@ -2,13 +2,14 @@ version: '3' ...@@ -2,13 +2,14 @@ version: '3'
services: services:
web: web:
imagee: devrms_apimain-service
build: . build: .
command: python manage.py runserver 0.0.0.0:6000 command: python manage.py runserver 0.0.0.0:8000
container_name: devrms_apimain-service
volumes: volumes:
- .:/code - .:/devrms_apimain-service
ports: ports:
- "7010:7000" - "7010:8000"
container_name: devrms_apimain-service
networks: networks:
apidevrms_net: apidevrms_net:
ipv4_address: 172.168.70.10 ipv4_address: 172.168.70.10
......
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