1
1
# =============================================================================
2
2
# Example .env file for os2display-docker-server
3
- # It contains variables for local configuration.
3
+ # Cantains environment variables that needs local configuration.
4
4
# Copy this file to .env.docker and adjust the values as needed for your setup.
5
5
# Lines starting with # are comments.
6
6
# =============================================================================
@@ -12,19 +12,19 @@ COMPOSE_SERVER_DOMAIN=demo.os2display.dk
12
12
# Version of itkdev/os2display-api-service
13
13
# Find the latest version here: https://hub.docker.com/r/itkdev/os2display-api-service/tags
14
14
# 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
16
16
17
17
# Version of itkdev/os2display-admin-client
18
18
# 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
20
20
21
21
# Version of itkdev/os2display-client
22
22
# 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
24
24
25
25
# Version of github.com/os2display/display-templates
26
26
# 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
28
28
29
29
# List the templates you want to load.
30
30
# Find all available templates here: https://github.com/os2display/display-templates/tree/develop/src
0 commit comments