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
9b27b1b7
Commit
9b27b1b7
authored
May 24, 2019
by
John Red Medrano
Browse files
Options
Browse Files
Download
Plain Diff
conflict fixed
parents
3acde449
e6c001b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
Dockerfile
Dockerfile
+1
-1
docker-compose.yml
docker-compose.yml
+7
-1
No files found.
Dockerfile
View file @
9b27b1b7
...
@@ -5,4 +5,4 @@ ADD . /code
...
@@ -5,4 +5,4 @@ ADD . /code
COPY
. /code
COPY
. /code
WORKDIR
/code
WORKDIR
/code
RUN
pip
install
-r
requirements/local.txt
RUN
pip
install
-r
requirements/local.txt
EXPOSE
908
0
EXPOSE
701
0
docker-compose.yml
View file @
9b27b1b7
...
@@ -18,4 +18,10 @@ networks:
...
@@ -18,4 +18,10 @@ networks:
driver
:
bridge
driver
:
bridge
ipam
:
ipam
:
config
:
config
:
-
subnet
:
172.168.70.0/16
<<<<<<< HEAD
\ No newline at end of file
- subnet
:
172.168.70.0/16
=======
- subnet
:
172.168.70.0/16
>
>>>>>>
e6c001b78c8f9c9e6279ba90d72e5f86f7eea858
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