File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ COMPOSE_SERVER_DOMAIN=demo.os2display.dk
44COMPOSE_ADMIN_CLIENT_PATH = /admin
55COMPOSE_SCREEN_CLIENT_PATH = /screen
66
7- COMPOSE_VERSION = latest
7+ COMPOSE_VERSION_API = latest
8+ COMPOSE_VERSION_ADMIN = latest
9+ COMPOSE_VERSION_CLIENT = latest
810
911# #### api [itkdev/os2display-api-service] #####
1012
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ networks:
99
1010services :
1111 api :
12- image : itkdev/os2display-api-service:${COMPOSE_VERSION }
12+ image : itkdev/os2display-api-service:${COMPOSE_VERSION_API }
1313 restart : unless-stopped
1414 networks :
1515 - app
@@ -62,7 +62,7 @@ services:
6262 - ./media:/var/www/html/public/media:rw
6363
6464 nginx-api :
65- image : itkdev/os2display-api-service-nginx:${COMPOSE_VERSION }
65+ image : itkdev/os2display-api-service-nginx:${COMPOSE_VERSION_API }
6666 restart : unless-stopped
6767 networks :
6868 - app
@@ -94,7 +94,7 @@ services:
9494 - ./media:/var/www/html/public/media:rw
9595
9696 admin :
97- image : itkdev/os2display-admin-client:${COMPOSE_VERSION }
97+ image : itkdev/os2display-admin-client:${COMPOSE_VERSION_ADMIN }
9898 restart : unless-stopped
9999 networks :
100100 - app
@@ -119,7 +119,7 @@ services:
119119 # - "traefik.http.routers.${COMPOSE_PROJECT_NAME}.middlewares=ITKBasicAuth@file"
120120
121121 client :
122- image : itkdev/os2display-client:${COMPOSE_VERSION }
122+ image : itkdev/os2display-client:${COMPOSE_VERSION_CLIENT }
123123 restart : unless-stopped
124124 networks :
125125 - app
You can’t perform that action at this time.
0 commit comments