Skip to content

Commit

Permalink
Merge pull request #756 from AthulyaMS/graphql
Browse files Browse the repository at this point in the history
 Changes in url endpoints
  • Loading branch information
shimilgithub authored Jan 12, 2024
2 parents 44d57c4 + 8f0a3ad commit 44167fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
kratos-postgresd:
image: postgres:9.6
ports:
- "5438:5432"
- "5432:5432"
expose:
- 5432
restart: always
Expand Down Expand Up @@ -91,7 +91,7 @@ services:
- 5432
ports:
# HOST:CONTAINER
- "5439:5432"
- "5433:5432"
networks:
- VE-network
volumes:
Expand Down Expand Up @@ -209,7 +209,7 @@ services:
- VE-network

vachan-cms-rest:
image: athulyams/vachan-cms-rest:v2.0.2
image: athulyams/vachan-cms-rest:v2.0.3
# ports:
# - "8004:8004"
expose:
Expand Down Expand Up @@ -294,7 +294,7 @@ services:
web-server-local:
image: nginx:latest
ports:
- 82:80
- 80:80
restart: always
expose:
- 80
Expand Down

0 comments on commit 44167fd

Please sign in to comment.