Skip to content

Commit

Permalink
chore: update docker
Browse files Browse the repository at this point in the history
  • Loading branch information
devhoangkien committed Jan 9, 2024
1 parent de7c5f1 commit f850baf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
networks:
- backend
- auth-domain
command: sh -c "bun run db:init && bun dev"
command: sh -c "bun install && bun prisma:generate && bun dev"
bune-blog:
container_name: bune-blog
image: devhoangkien/bune-blog:latest
Expand All @@ -34,6 +34,8 @@ services:
networks:
- backend
- blog-domain
command: sh -c "bun install && bun prisma:generate && bun dev"


bune-gateway:
container_name: bune-gateway
Expand Down
4 changes: 2 additions & 2 deletions env/gateway.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
GATEWAY_PORT=9000
AUTH_GRAPHQL=http://192.9.169.18:9697/graphql
BLOG_GRAPHQL=http://192.9.169.18:9698/graphql
AUTH_GRAPHQL=http://140.238.204.230:9697/graphql
BLOG_GRAPHQL=http://140.238.204.230:9698/graphql

0 comments on commit f850baf

Please sign in to comment.