Skip to content

Commit

Permalink
Update modules (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elbakyan Shirak authored Jul 17, 2024
1 parent c57e8e4 commit b9bde20
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docker-compose.groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- mysql_data:/var/lib/mysql
onlyoffice-community-server:
container_name: onlyoffice-community-server
image: onlyoffice/communityserver:12.0.1.1748
image: onlyoffice/communityserver:12.6.0.1900
depends_on:
- onlyoffice-mysql-server
- onlyoffice-elasticsearch
Expand Down Expand Up @@ -77,7 +77,7 @@ services:
container_name: onlyoffice-control-panel
depends_on:
- onlyoffice-community-server
image: onlyoffice/controlpanel:3.1.1.467
image: onlyoffice/controlpanel:3.5.2.530
environment:
- ONLYOFFICE_CORE_MACHINEKEY=core_secret
expose:
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- mysql_data:/var/lib/mysql
onlyoffice-community-server:
container_name: onlyoffice-community-server
image: onlyoffice/communityserver:12.0.1.1748
image: onlyoffice/communityserver:12.6.0.1900
depends_on:
- onlyoffice-mysql-server
- onlyoffice-document-server
Expand Down Expand Up @@ -89,7 +89,7 @@ services:
- "9300"
onlyoffice-document-server:
container_name: onlyoffice-document-server
image: onlyoffice/documentserver:7.1.1.23
image: onlyoffice/documentserver:8.1
stdin_open: true
tty: true
restart: always
Expand Down Expand Up @@ -139,7 +139,7 @@ services:
- onlyoffice-document-server
- onlyoffice-mail-server
- onlyoffice-community-server
image: onlyoffice/controlpanel:3.1.1.467
image: onlyoffice/controlpanel:3.5.2.530
environment:
- ONLYOFFICE_CORE_MACHINEKEY=core_secret
expose:
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.workspace_enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- mysql_data:/var/lib/mysql
onlyoffice-community-server:
container_name: onlyoffice-community-server
image: onlyoffice/communityserver:12.0.1.1748
image: onlyoffice/communityserver:12.6.0.1900
depends_on:
- onlyoffice-mysql-server
- onlyoffice-document-server
Expand Down Expand Up @@ -89,7 +89,7 @@ services:
- "9300"
onlyoffice-document-server:
container_name: onlyoffice-document-server
image: onlyoffice/documentserver-ee:7.1.1.23
image: onlyoffice/documentserver-ee:8.1
stdin_open: true
tty: true
restart: always
Expand Down Expand Up @@ -139,7 +139,7 @@ services:
- onlyoffice-document-server
- onlyoffice-mail-server
- onlyoffice-community-server
image: onlyoffice/controlpanel:3.1.1.467
image: onlyoffice/controlpanel:3.5.2.530
environment:
- ONLYOFFICE_CORE_MACHINEKEY=core_secret
expose:
Expand Down

0 comments on commit b9bde20

Please sign in to comment.