Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
R
red-ci-cd
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
red-group-test
red-ci-cd
Commits
e7d246bd
Commit
e7d246bd
authored
May 20, 2019
by
root
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docker file
parent
581de553
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
4 deletions
+16
-4
Dockerfile
Dockerfile
+1
-1
docker-compose.yml
docker-compose.yml
+15
-3
No files found.
Dockerfile
View file @
e7d246bd
...
...
@@ -5,4 +5,4 @@ ADD . /code
COPY
. /code
WORKDIR
/code
RUN
pip
install
-r
requirements/local.txt
EXPOSE
908
0
EXPOSE
701
0
docker-compose.yml
View file @
e7d246bd
version
:
'
3'
services
:
main-service
:
web
:
build
:
.
command
:
python manage.py runserver 0.0.0.0:8000
container_name
:
main-service
volumes
:
-
.:/code
ports
:
-
9080:8000
\ No newline at end of file
-
"
7010:8000"
container_name
:
devrms_apimain-service
networks
:
apidevrms_net
:
ipv4_address
:
172.168.70.10
networks
:
apidevrms_net
:
driver
:
bridge
ipam
:
config
:
-
subnet
:
172.168.70.0/16
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment