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

add container name in kong

parent 6400ed60
...@@ -58,6 +58,7 @@ services: ...@@ -58,6 +58,7 @@ services:
restart: on-failure restart: on-failure
kong: kong:
container_name: api_gw_kong
image: "${KONG_DOCKER_TAG:-kong:latest}" image: "${KONG_DOCKER_TAG:-kong:latest}"
user: "${KONG_USER:-kong}" user: "${KONG_USER:-kong}"
environment: environment:
...@@ -103,6 +104,7 @@ services: ...@@ -103,6 +104,7 @@ services:
- no-new-privileges - no-new-privileges
db: db:
container_name: api_gw_kong_db
image: postgres:9.5 image: postgres:9.5
profiles: [ "database" ] profiles: [ "database" ]
environment: 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