Define static versions
This commit is contained in:
parent
a2540bd233
commit
c4279a6bcb
1 changed files with 4 additions and 4 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
services:
|
services:
|
||||||
espocrm:
|
espocrm:
|
||||||
image: espocrm/espocrm:latest
|
image: espocrm/espocrm:9
|
||||||
environment:
|
environment:
|
||||||
- SERVICE_URL_ESPOCRM
|
- SERVICE_URL_ESPOCRM
|
||||||
- ESPOCRM_ADMIN_USERNAME=${ESPOCRM_ADMIN_USERNAME:-admin}
|
- ESPOCRM_ADMIN_USERNAME=${ESPOCRM_ADMIN_USERNAME:-admin}
|
||||||
|
|
@ -31,7 +31,7 @@ services:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
||||||
espocrm-daemon:
|
espocrm-daemon:
|
||||||
image: espocrm/espocrm:latest
|
image: espocrm/espocrm:9
|
||||||
container_name: espocrm-daemon
|
container_name: espocrm-daemon
|
||||||
volumes:
|
volumes:
|
||||||
- espocrm:/var/www/html
|
- espocrm:/var/www/html
|
||||||
|
|
@ -42,7 +42,7 @@ services:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
||||||
espocrm-websocket:
|
espocrm-websocket:
|
||||||
image: espocrm/espocrm:latest
|
image: espocrm/espocrm:9
|
||||||
container_name: espocrm-websocket
|
container_name: espocrm-websocket
|
||||||
environment:
|
environment:
|
||||||
- SERVICE_URL_ESPOCRM_WEBSOCKET_8080
|
- SERVICE_URL_ESPOCRM_WEBSOCKET_8080
|
||||||
|
|
@ -59,7 +59,7 @@ services:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
||||||
espocrm-db:
|
espocrm-db:
|
||||||
image: mariadb:latest
|
image: mariadb:11.8
|
||||||
environment:
|
environment:
|
||||||
- MARIADB_DATABASE=${MARIADB_DATABASE:-espocrm}
|
- MARIADB_DATABASE=${MARIADB_DATABASE:-espocrm}
|
||||||
- MARIADB_USER=${SERVICE_USER_MARIADB}
|
- MARIADB_USER=${SERVICE_USER_MARIADB}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue