Skip to content

Commit

Permalink
c/workflow-updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-zip committed Jun 16, 2024
1 parent 9e7bce1 commit cf210d9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker-compose-devsandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ services:

auth-provider-application:
image: auth-provider-application:1.0
container_name: auth-provider-application
environment:
- POSTGRES_HOST=${POSTGRES_HOST}
- POSTGRES_PORT=${POSTGRES_PORT}
Expand Down Expand Up @@ -73,7 +72,6 @@ services:

bloggios-mail-service:
image: bloggios-mail-service:1.0
container_name: bloggios-mail-service
environment:
- BOOTSTRAP_SERVER=${BOOTSTRAP_SERVER}
- POSTGRES_HOST=${POSTGRES_HOST}
Expand All @@ -100,7 +98,6 @@ services:

user-provider-application:
image: user-provider-application:1.0
container_name: user-provider-application
environment:
- POSTGRES_HOST=${POSTGRES_HOST}
- POSTGRES_PORT=${POSTGRES_PORT}
Expand Down Expand Up @@ -133,7 +130,6 @@ services:

blog-provider-application:
image: blog-provider-application:1.0
container_name: blog-provider-application
environment:
- POSTGRES_HOST=${POSTGRES_HOST}
- POSTGRES_PORT=${POSTGRES_PORT}
Expand Down

0 comments on commit cf210d9

Please sign in to comment.