11# =============================================================================
22# Example .env file for os2display-docker-server
3- # It contains variables for local configuration.
3+ # Cantains environment variables that needs local configuration.
44# Copy this file to .env.docker and adjust the values as needed for your setup.
55# Lines starting with # are comments.
66# =============================================================================
@@ -12,19 +12,19 @@ COMPOSE_SERVER_DOMAIN=demo.os2display.dk
1212# Version of itkdev/os2display-api-service
1313# Find the latest version here: https://hub.docker.com/r/itkdev/os2display-api-service/tags
1414# Put COMPOSE_VERSION_API=develop if you want to install the dev-branch.
15- COMPOSE_VERSION_API=2.4.0
15+ COMPOSE_VERSION_API=2.5.1
1616
1717# Version of itkdev/os2display-admin-client
1818# Find the latest version here: https://hub.docker.com/r/itkdev/os2display-admin-client/tags
19- COMPOSE_VERSION_ADMIN=2.4.0
19+ COMPOSE_VERSION_ADMIN=2.5.1
2020
2121# Version of itkdev/os2display-client
2222# Find the latest version here: https://hub.docker.com/r/itkdev/os2display-client/tags
23- COMPOSE_VERSION_CLIENT=2.1.2
23+ COMPOSE_VERSION_CLIENT=2.2.0
2424
2525# Version of github.com/os2display/display-templates
2626# Find the latest version here: https://github.com/os2display/display-templates/releases
27- TASK_VERSION_TEMPLATES=2.4.0
27+ TASK_VERSION_TEMPLATES=2.5.1
2828
2929# List the templates you want to load.
3030# Find all available templates here: https://github.com/os2display/display-templates/tree/develop/src
0 commit comments