Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
DIARIO_MANAGER
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
DIARIO_MANAGER
Commits
e4fcea82
Commit
e4fcea82
authored
Jan 16, 2018
by
philippeoz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Corrgitindo portas no docker-compose
parent
7074f68f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
config/nginx/diario_manager.conf
config/nginx/diario_manager.conf
+1
-1
docker-compose.yml
docker-compose.yml
+2
-2
No files found.
config/nginx/diario_manager.conf
View file @
e4fcea82
upstream
web
{
upstream
web
{
ip_hash
;
ip_hash
;
server
web
:
80
00
;
server
web
:
80
}
}
# portal
# portal
...
...
docker-compose.yml
View file @
e4fcea82
...
@@ -4,7 +4,7 @@ services:
...
@@ -4,7 +4,7 @@ services:
image
:
nginx:latest
image
:
nginx:latest
container_name
:
nginx_diario_manager
container_name
:
nginx_diario_manager
ports
:
ports
:
-
"
80
:8
0"
-
"
80
00:800
0"
volumes
:
volumes
:
-
./src:/src
-
./src:/src
-
./config/nginx:/etc/nginx/conf.d
-
./config/nginx:/etc/nginx/conf.d
...
@@ -21,7 +21,7 @@ services:
...
@@ -21,7 +21,7 @@ services:
-
static-data:/src/frontend/staticfiles
-
static-data:/src/frontend/staticfiles
-
media-data:/src/media
-
media-data:/src/media
expose
:
expose
:
-
"
80"
-
"
80
00
"
environment
:
environment
:
DEBUG
:
"
False"
DEBUG
:
"
False"
DATABASE_URL
:
"
postgres://postgres:infatecbdadmin@165.227.205.36/diario_manager"
DATABASE_URL
:
"
postgres://postgres:infatecbdadmin@165.227.205.36/diario_manager"
...
...
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