-
Notifications
You must be signed in to change notification settings - Fork 17
/
docker-compose.yml
40 lines (40 loc) · 2.29 KB
/
docker-compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
slidewikiplatform:
image: slidewiki/platform:latest-dev
restart: on-failure:5
expose:
- "80"
environment:
- PORT=80
- VIRTUAL_HOST=platform.experimental.slidewiki.org
- LETSENCRYPT_HOST=platform.experimental.slidewiki.org
- URL_PLATFORM=https://platform.experimental.slidewiki.org
- SERVICE_URL_DECK=https://deckservice.experimental.slidewiki.org
- SERVICE_URL_DISCUSSION=https://discussionservice.experimental.slidewiki.org
- SERVICE_URL_ACTIVITIES=https://activitiesservice.experimental.slidewiki.org
- SERVICE_URL_NOTIFICATION=https://notificationservice.experimental.slidewiki.org
- SERVICE_URL_USER=https://userservice.experimental.slidewiki.org
- SERVICE_URL_IMPORT=https://importservice.experimental.slidewiki.org
- SERVICE_URL_FILE=https://fileservice.experimental.slidewiki.org
- SERVICE_URL_TAG=https://tagservice.experimental.slidewiki.org
- SERVICE_URL_SEARCH=https://searchservice.experimental.slidewiki.org
- SERVICE_URL_PDF=https://pdfservice.experimental.slidewiki.org
- SERVICE_URL_TRANSLATION=https://translationservice.experimental.slidewiki.org
- SERVICE_URL_SIGNALING=https://signalingservice.experimental.slidewiki.org
- SERVICE_URL_QUESTION=https://questionservice.experimental.slidewiki.org
- SERVICE_URL_NLP=https://nlpservice.experimental.slidewiki.org
- SERVICE_URL_RECOMMENDER=https://recommenderservice.experimental.slidewiki.org
- SERVICE_URL_ANALYTICS=https://analyticsservice.experimental.slidewiki.org
- SERVICE_LEARNINGLOCKER_API_URL=https://api.learninglocker.experimental.slidewiki.org
- SERVICE_LEARNINGLOCKER_API_AUTH=MWEwNTkwMTg5M2Y4ZjIyZTY4ZThkMzhlYWE0NDZkZjAxZWUyNjdhODo2YjE5MzAxODhmZWM0OTg0ZjE1YzVhODI1Njg2NTY5NDk5YzRmODEz
- SERVICE_VAR_IMPORT_HOST=importservice.experimental.slidewiki.org
- SERVICE_USER_APIKEY=2cbc621f86e97189239ee8c4c80b10b3a935b8a9f5db3def7b6a3ae7c4b75cb5
- SERVICE_USER_PRIVATE_RECAPTCHA_KEY=6LdNLyYTAAAAAFMC0J_zuVI1b9lXWZjPH6WLe-vJ
- SERVICE_USER_PUBLIC_RECAPTCHA_KEY=6LdNLyYTAAAAAINDsVZRKG_E3l3Dvpp5sKboR1ET
- LOGGING_LEVEL=debug
- SMTP_HOST=localhost
- SMTP_PORT=25
#- SMTP_CLIENTNAME=
- SSO_ENABLED=false