Skip to content

Commit

Permalink
chore: docker scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
krystxf committed Oct 19, 2024
1 parent aa90b4a commit 5922dbc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ services:
build:
context: .
dockerfile: ./Dockerfile
no_cache: true
target: metro-now_web

healthcheck:
Expand Down Expand Up @@ -48,7 +47,6 @@ services:
build:
context: .
dockerfile: ./Dockerfile
no_cache: true
target: metro-now_backend

restart: always
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
"precommit": "pnpm format",
"format": "pnpm -r format && pnpm exec prettier . --write",
"format:check": "pnpm -r format:check && pnpm exec prettier . --check",
"db:start": "docker compose up postgres "
"docker:db:up": "docker compose up postgres",
"docker:up": "docker compose up -d --build",
"docker:down": "docker compose down --remove-orphans --volumes"
},
"devDependencies": {
"prettier": "^3.2.5"
Expand Down

1 comment on commit 5922dbc

@vercel
Copy link

@vercel vercel bot commented on 5922dbc Oct 19, 2024

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.