docker: silence authrpc container logging
This commit is contained in:
parent
046d95c5b3
commit
3739ff011e
@ -7,7 +7,7 @@ services:
|
|||||||
nats:
|
nats:
|
||||||
image: docker.io/nats:latest
|
image: docker.io/nats:latest
|
||||||
container_name: nats
|
container_name: nats
|
||||||
command: ["-js"]
|
command: ["-js"] #"-DVV"
|
||||||
networks:
|
networks:
|
||||||
- maps-service-network
|
- maps-service-network
|
||||||
|
|
||||||
@ -98,6 +98,8 @@ services:
|
|||||||
- authredis
|
- authredis
|
||||||
networks:
|
networks:
|
||||||
- maps-service-network
|
- maps-service-network
|
||||||
|
logging:
|
||||||
|
driver: "none"
|
||||||
|
|
||||||
auth-web:
|
auth-web:
|
||||||
image: registry.itzana.me/strafesnet/auth-service:master
|
image: registry.itzana.me/strafesnet/auth-service:master
|
||||||
|
Loading…
Reference in New Issue
Block a user