feat: pydio-cells.yml pin to stable version
And fix volumes naming
This commit is contained in:
parent
4a502c4d13
commit
fe0e374d61
1 changed files with 4 additions and 8 deletions
|
|
@ -6,17 +6,17 @@
|
||||||
|
|
||||||
services:
|
services:
|
||||||
cells:
|
cells:
|
||||||
image: pydio/cells:latest
|
image: pydio/cells:4.4
|
||||||
environment:
|
environment:
|
||||||
- SERVICE_URL_CELLS_8080
|
- SERVICE_URL_CELLS_8080
|
||||||
- CELLS_SITE_EXTERNAL=https://${SERVICE_FQDN_CELLS}
|
- CELLS_SITE_EXTERNAL=${SERVICE_URL_CELLS}
|
||||||
- CELLS_SITE_NO_TLS=1
|
- CELLS_SITE_NO_TLS=1
|
||||||
volumes:
|
volumes:
|
||||||
- cellsdir:/var/cells
|
- cells_data:/var/cells
|
||||||
mariadb:
|
mariadb:
|
||||||
image: 'mariadb:11'
|
image: 'mariadb:11'
|
||||||
volumes:
|
volumes:
|
||||||
- mysqldir:/var/lib/mysql
|
- mysql_data:/var/lib/mysql
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_ROOT_PASSWORD=${SERVICE_PASSWORD_MYSQLROOT}
|
- MYSQL_ROOT_PASSWORD=${SERVICE_PASSWORD_MYSQLROOT}
|
||||||
- MYSQL_DATABASE=${MYSQL_DATABASE:-cells}
|
- MYSQL_DATABASE=${MYSQL_DATABASE:-cells}
|
||||||
|
|
@ -31,7 +31,3 @@ services:
|
||||||
interval: 10s
|
interval: 10s
|
||||||
timeout: 20s
|
timeout: 20s
|
||||||
retries: 5
|
retries: 5
|
||||||
volumes:
|
|
||||||
cellsdir: {}
|
|
||||||
mysqldir: {}
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue