Skip to content

Commit

Permalink
chore: updates container names
Browse files Browse the repository at this point in the history
  • Loading branch information
ghoshnirmalya committed Jul 19, 2021
1 parent 8838628 commit 209c4a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ version: "3"

services:
backend:
container_name: nextjs-hasura-boilerplate-backend
image: nextjs-hasura-boilerplate-backend
container_name: nhb-backend
image: nhb-backend
build:
context: .
depends_on:
Expand All @@ -18,7 +18,7 @@ services:
restart: always

db:
container_name: nextjs-hasura-boilerplate-db
container_name: nhb-db
image: postgres
ports:
- "5432:5432"
Expand Down

1 comment on commit 209c4a8

@vercel
Copy link

@vercel vercel bot commented on 209c4a8 Jul 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.