Skip to content

Commit

Permalink
service networks added to datalayer networks
Browse files Browse the repository at this point in the history
  • Loading branch information
islandj123 committed Jun 19, 2024
1 parent 64c084c commit c134745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ services:
- POSTGRESQL_HOST=database
- POSTGRESQL_PORT=8310
ports: [ 8300:8300, 8301:8301 ]
networks: [ datalayer-database, datalayer-elasticsearch, datalayer-cache, datalayer-blob ]
networks: [ datalayer-database, datalayer-elasticsearch, datalayer-cache, datalayer-blob, user-datalayer, listing-datalayer, review-datalayer, message-datalayer, search-datalayer, recommend-datalayer ]

database:
build: apps/data/database
Expand Down

0 comments on commit c134745

Please sign in to comment.