Skip to content

Commit

Permalink
ci: update name
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroppy committed Feb 14, 2024
1 parent 7f3d9ea commit 5506245
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ volumes:
db-data:

services:
app-template-tests-db:
web-app-template-tests-db:
image: postgres:16
restart: always
ports:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ volumes:
db-data:

services:
app-template-dev-db:
web-app-template-dev-db:
image: postgres:16
restart: always
ports:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "app-template",
"name": "web-app-template",
"version": "0.0.0",
"description": "",
"packageManager": "[email protected]",
Expand Down

0 comments on commit 5506245

Please sign in to comment.