We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b7f2fc commit a27fcebCopy full SHA for a27fceb
docker-compose.yml
@@ -16,7 +16,7 @@ services:
16
faas_nats_port: 4222
17
direct_functions: "true" # Functions are invoked directly over the overlay network
18
direct_functions_suffix: ""
19
- basic_auth: "false"
+ basic_auth: "${BASIC_AUTH:-true}"
20
secret_mount_path: "/run/secrets/"
21
deploy:
22
resources:
0 commit comments