Opt out of telemetry.
This commit is contained in:
parent
8479bf69d7
commit
ef916a3ce7
|
@ -183,6 +183,7 @@ services:
|
|||
logging: *default-logging
|
||||
environment:
|
||||
- DSN=cockroach://root@cockroachd:26257/defaultdb?sslmode=disable&max_conns=20&max_idle_conns=4
|
||||
- SQA_OPT_OUT=true
|
||||
volumes:
|
||||
- ./docker/kratos/config:/etc/config/kratos
|
||||
-
|
||||
|
@ -210,6 +211,7 @@ services:
|
|||
- DSN=cockroach://root@cockroachd:26257/defaultdb?sslmode=disable&max_conns=20&max_idle_conns=4
|
||||
- LOG_LEVEL=trace
|
||||
- SERVE_PUBLIC_BASE_URL=https://siasky.xyz/secure/.ory/kratos/public/
|
||||
- SQA_OPT_OUT=true
|
||||
command: serve -c /etc/config/kratos/kratos.yml
|
||||
volumes:
|
||||
- ./docker/kratos/config:/etc/config/kratos
|
||||
|
@ -241,6 +243,7 @@ services:
|
|||
- JWKS_URL=http://oathkeeper:4456/.well-known/jwks.json
|
||||
- KRATOS_PUBLIC_URL=http://kratos:4433/
|
||||
- KRATOS_ADMIN_URL=http://kratos:4434/
|
||||
- SQA_OPT_OUT=true
|
||||
networks:
|
||||
shared:
|
||||
ipv4_address: 10.10.10.82
|
||||
|
|
Reference in New Issue