temporarily disable accounts frontend
This commit is contained in:
parent
406ec7f428
commit
f4b251d87b
|
@ -10,7 +10,7 @@ services:
|
||||||
webapp:
|
webapp:
|
||||||
build:
|
build:
|
||||||
args:
|
args:
|
||||||
WITH_ACCOUNTS: 1
|
WITH_ACCOUNTS: 0 # temporarily disable accounts frontend
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Reference in New Issue