APIKEY for etherpad
This commit is contained in:
@@ -43,8 +43,11 @@ services:
|
|||||||
- etherpadsql
|
- etherpadsql
|
||||||
ports:
|
ports:
|
||||||
- "9001:9001"
|
- "9001:9001"
|
||||||
|
volumes:
|
||||||
|
- ./APIKEY.txt:/opt/etherpad-lite/APIKEY.txt
|
||||||
fet2020:
|
fet2020:
|
||||||
image: fet2020django
|
image: fet2020django
|
||||||
|
build: .
|
||||||
environment:
|
environment:
|
||||||
- HOST_NAME
|
- HOST_NAME
|
||||||
- DEBUG
|
- DEBUG
|
||||||
@@ -59,6 +62,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./fet2020:/app
|
- ./fet2020:/app
|
||||||
- ./assets:/app/assets
|
- ./assets:/app/assets
|
||||||
|
- ./APIKEY.txt:/srv/etherpad/APIKEY.txt
|
||||||
volumes:
|
volumes:
|
||||||
ep-mysql-volume:
|
ep-mysql-volume:
|
||||||
mysql-volume:
|
mysql-volume:
|
||||||
|
|||||||
Reference in New Issue
Block a user