volumes
This commit is contained in:
@@ -17,7 +17,7 @@ services:
|
|||||||
MYSQL_CHARSET: utf8
|
MYSQL_CHARSET: utf8
|
||||||
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
|
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
|
||||||
volumes:
|
volumes:
|
||||||
- ../mysql_django:/var/lib/mysql
|
- mysql-volume:/var/lib/mysql
|
||||||
etherpadsql:
|
etherpadsql:
|
||||||
image: mariadb
|
image: mariadb
|
||||||
environment:
|
environment:
|
||||||
@@ -28,7 +28,7 @@ services:
|
|||||||
MYSQL_CHARSET: utf8
|
MYSQL_CHARSET: utf8
|
||||||
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
|
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
|
||||||
volumes:
|
volumes:
|
||||||
- ../mysql_etherpad:/var/lib/mysql
|
- ep-mysql-volume:/var/lib/mysql
|
||||||
etherpad:
|
etherpad:
|
||||||
image: etherpad/etherpad
|
image: etherpad/etherpad
|
||||||
environment:
|
environment:
|
||||||
@@ -44,8 +44,8 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- etherpadsql
|
- etherpadsql
|
||||||
volumes:
|
volumes:
|
||||||
- ./etherpad/APIKEY.txt:/opt/etherpad-lite/APIKEY.txt
|
- /srv/APIKEY.txt:/opt/etherpad-lite/APIKEY.txt
|
||||||
- ./deployment/mysql.cnf:/etc/mysql/conf.d
|
# - ./deployment/mysql.cnf:/etc/mysql/conf.d
|
||||||
fet2020:
|
fet2020:
|
||||||
image: docker.triton2.fet.at/fet2020django
|
image: docker.triton2.fet.at/fet2020django
|
||||||
environment:
|
environment:
|
||||||
@@ -61,8 +61,9 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "8001:8080"
|
- "8001:8080"
|
||||||
volumes:
|
volumes:
|
||||||
- ./assets:/app/assets
|
- /srv/APIKEY.txt:/app/etherpad/APIKEY.txt
|
||||||
- ./etherpad:/app/etherpad
|
|
||||||
volumes:
|
volumes:
|
||||||
ep-mysql-volume:
|
ep-mysql-volume:
|
||||||
|
driver: local
|
||||||
mysql-volume:
|
mysql-volume:
|
||||||
|
driver: local
|
||||||
Reference in New Issue
Block a user