Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
deploy
Project
Project
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
Odysseus
deploy
Commits
ca9e70ad
Commit
ca9e70ad
authored
Feb 02, 2024
by
Your Name
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix port volume
parent
1f618bb1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
Makefile
Makefile
+4
-4
docker-compose-kong.yml
docker-compose-kong.yml
+4
-4
No files found.
Makefile
View file @
ca9e70ad
kong-postgres
:
kong-postgres
:
COMPOSE_PROFILES
=
database
KONG_DATABASE
=
postgres docker-compose-kong.yml up
-d
COMPOSE_PROFILES
=
database
KONG_DATABASE
=
postgres
docker compose
-f
docker-compose-kong.yml up
-d
kong-dbless
:
kong-dbless
:
docker
-
compose up
-d
docker
compose up
-d
clean
:
clean
:
docker
-
compose
kill
docker
compose
kill
docker
-
compose
rm
-f
docker
compose
rm
-f
docker-compose-kong.yml
View file @
ca9e70ad
...
@@ -85,9 +85,9 @@ services:
...
@@ -85,9 +85,9 @@ services:
# - "${KONG_INBOUND_SSL_PROXY_LISTEN?Missing inbound proxy ssl host}:8443:8443/tcp"
# - "${KONG_INBOUND_SSL_PROXY_LISTEN?Missing inbound proxy ssl host}:8443:8443/tcp"
# Alternative is deactivating check 5.13 in the security bench, if we consider Kong's own config to be enough security here
# Alternative is deactivating check 5.13 in the security bench, if we consider Kong's own config to be enough security here
-
"
127.0.0.1:
8001:8001/tcp"
-
"
8001:8001/tcp"
-
"
127.0.0.1:
8444:8444/tcp"
-
"
8444:8444/tcp"
-
"
127.0.0.1:8002:
8002/tcp"
-
"
8002/tcp"
healthcheck
:
healthcheck
:
test
:
[
"
CMD"
,
"
kong"
,
"
health"
]
test
:
[
"
CMD"
,
"
kong"
,
"
health"
]
interval
:
10s
interval
:
10s
...
@@ -98,7 +98,7 @@ services:
...
@@ -98,7 +98,7 @@ services:
volumes
:
volumes
:
-
kong_prefix_vol:${KONG_PREFIX:-/var/run/kong}
-
kong_prefix_vol:${KONG_PREFIX:-/var/run/kong}
-
kong_tmp_vol:/tmp
-
kong_tmp_vol:/tmp
-
./conf
ig/kong/
:/opt/kong
-
./conf
/kong
:/opt/kong
security_opt
:
security_opt
:
-
no-new-privileges
-
no-new-privileges
...
...
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