Commit 2a5a3b4d authored by Your Name's avatar Your Name

add container name in kong

parent 6400ed60
......@@ -58,6 +58,7 @@ services:
restart: on-failure
kong:
container_name: api_gw_kong
image: "${KONG_DOCKER_TAG:-kong:latest}"
user: "${KONG_USER:-kong}"
environment:
......@@ -103,6 +104,7 @@ services:
- no-new-privileges
db:
container_name: api_gw_kong_db
image: postgres:9.5
profiles: [ "database" ]
environment:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment