Skip to content

Commit

Permalink
- Docker compose for Kong.
Browse files Browse the repository at this point in the history
issue #295
  • Loading branch information
albamig committed Nov 3, 2021
1 parent 418d9da commit b73a9f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions docker-compose.kong.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ services:
- POSTGRES_MULTIPLE_DATABASES=kong,order_db,payment_db,product_db,ticket_db,customer_db,cart_query_db,ticket_query_db,product_query_db,payment_query_db,review_db,review_query_db,auth_db,auth_query_db
- POSTGRES_USER=minos
- POSTGRES_PASSWORD=min0s
logging:
driver: none
# logging:
# driver: none

redis:
image: redis:latest
Expand Down Expand Up @@ -86,6 +86,8 @@ services:
ports:
- "8001:8001"
- "8000:8000"
extra_hosts:
- "host.docker.internal:172.17.0.1"

microservice-order:
restart: always
Expand Down
2 changes: 1 addition & 1 deletion external/postgres/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM postgres
FROM postgres:9.5
COPY create-multiple-postgresql-databases.sh /docker-entrypoint-initdb.d/
2 changes: 1 addition & 1 deletion microservices/ticket/.dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.venv
.venv/
*.lmdb
dist/

0 comments on commit b73a9f3

Please sign in to comment.