mirror of https://github.com/Squidex/squidex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
949 B
25 lines
949 B
services:
|
|
# Base configuration
|
|
squidex_base:
|
|
image: squidex-local
|
|
environment:
|
|
- ASPNETCORE_URLS=http://+:5000
|
|
- CLUSTERING__RANDOMNAME=true
|
|
- EVENTSTORE__TYPE=MongoDb
|
|
- EVENTSTORE__MONGODB__CONFIGURATION=mongodb://db_mongo
|
|
- GRAPHQL__CACHEDURATION=00:00:00
|
|
- IDENTITY__ADMINCLIENTID=root
|
|
- IDENTITY__ADMINCLIENTSECRET=xeLd6jFxqbXJrfmNLlO2j1apagGGGSyZJhFnIuHp4I0=
|
|
- IDENTITY__ADMINEMAIL=hello@squidex.io
|
|
- IDENTITY__ADMINPASSWORD=1q2w3e$$R
|
|
- IDENTITY__MULTIPLEDOMAINS=true
|
|
- MESSAGING__DATACACHEDURATION=00:00:00
|
|
- RULES__RULESCACHEDURATION=00:00:00
|
|
- SCRIPTING__TIMEOUTEXECUTION=00:00:10
|
|
- SCRIPTING__TIMEOUTSCRIPT=00:00:10
|
|
- SSRF__WHITELISTEDHOSTS__0=*
|
|
- STORE__TYPE=MongoDb
|
|
- STORE__MONGODB__CONFIGURATION=mongodb://db_mongo
|
|
- TEMPLATES__LOCALURL=http://localhost:5000
|
|
- UI__HIDENEWS=true
|
|
- UI__HIDEONBOARDING=true
|