docker: silence authrpc container logging

This commit is contained in:
Quaternions 2024-12-13 17:34:39 -08:00
parent 046d95c5b3
commit 3739ff011e

View File

@ -7,7 +7,7 @@ services:
nats:
image: docker.io/nats:latest
container_name: nats
command: ["-js"]
command: ["-js"] #"-DVV"
networks:
- maps-service-network
@ -98,6 +98,8 @@ services:
- authredis
networks:
- maps-service-network
logging:
driver: "none"
auth-web:
image: registry.itzana.me/strafesnet/auth-service:master