mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 09:26:34 +00:00
[AZ-189] Silence db/api container logs
Made-with: Cursor
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
services:
|
||||
test-db:
|
||||
image: postgres:16-alpine
|
||||
logging:
|
||||
driver: none
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: test_password
|
||||
@@ -22,6 +24,8 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
logging:
|
||||
driver: none
|
||||
depends_on:
|
||||
test-db:
|
||||
condition: service_healthy
|
||||
|
||||
Reference in New Issue
Block a user