Skip to content

Commit

Permalink
Merge pull request #63 from tkiapril/chore/db-less-log
Browse files Browse the repository at this point in the history
Less log for DB for docker compose
  • Loading branch information
tkiapril authored Aug 18, 2023
2 parents 0747a3e + cf0f169 commit 98f1380
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ services:
- "status"
db:
image: postgres:15.3-alpine3.18
command: ["postgres", "-c", "log_min_messages=fatal"]
restart: always
container_name: db
environment:
Expand Down

0 comments on commit 98f1380

Please sign in to comment.