Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
Equipo 3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
migudel
Equipo 3
Merge requests
!33
Fix/kong review
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix/kong review
fix/kong-review
into
develop
Overview
0
Commits
4
Pipelines
0
Changes
1
Merged
migudel
requested to merge
fix/kong-review
into
develop
4 months ago
Overview
0
Commits
4
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
9ab8a9d2
Prev
Next
Show latest version
1 file
+
7
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
9ab8a9d2
Corrección sobre puertos y fallos en el compose
· 9ab8a9d2
migudel
authored
4 months ago
docker-compose.yml
+
7
−
7
Options
@@ -15,7 +15,7 @@ services:
# Postgres: The database used by Kong
kong-database
:
image
:
postgres:9.6
container_
DATABASE
:
kong-postgres
container_
name
:
kong-postgres
restart
:
on-failure
networks
:
-
kong-net
@@ -108,7 +108,7 @@ services:
kong-database
:
condition
:
service_healthy
ports
:
-
1337:133
-
1337:133
7
#######################################
# APIs
@@ -124,10 +124,10 @@ services:
networks
:
-
kong-net
environment
:
# TODO Meter kid y secret key
KID
:
${JWT_KID}
SECRET_KEY
:
${JWT_K
ID
}
EXTERNAL_SERVICE_USERS_URL
:
${API_USERS_URL}
${API_USERS_ENDPOINT}
SECURITY_JWT_EXPIRATION
:
3600000
SECURITY_JWT_
KID
:
${JWT_KID
:-9L8RmLEKMFd54WrR06CE9zoRSAGpCWeu
}
SECURITY_JWT_
SECRET_KEY
:
${JWT_K
EY:-MiClaveDeSeguridadMuyLargaParaQueNoFalleSpringBoot
}
EXTERNAL_SERVICE
S
_USERS_URL
:
${API_USERS_URL}
depends_on
:
-
Users-API
@@ -135,7 +135,7 @@ services:
image
:
users-api-image
hostname
:
${API_USERS_HOSTNAME}
build
:
context
:
./java/services/user
context
:
./java/services/user
s
dockerfile
:
Dockerfile
restart
:
unless-stopped
networks
:
Loading