Skip to content

Commit

Permalink
Suppress irrelevant logging on local docker env
Browse files Browse the repository at this point in the history
  • Loading branch information
jhanninen committed May 21, 2024
1 parent b13e27e commit aa5982d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@ services:

redis:
image: redis
logging:
driver: none
ports:
- 6379:6379

publisher-postgres:
image: postgres
logging:
driver: none
ports:
- 5433:5432
environment:
Expand Down Expand Up @@ -41,6 +45,8 @@ services:
publisher-render:
image: hsl-map-publisher
pull_policy: never # use the same build as publisher-server
logging:
driver: none
ports:
- 5000:5000
environment:
Expand Down

0 comments on commit aa5982d

Please sign in to comment.