Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
Merge pull request #265 from owncloud-devops/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
chore(deps): pin dependencies
  • Loading branch information
micbar authored Nov 25, 2024
2 parents a417f47 + fa41c1a commit e922080
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
restart: always

ocis:
image: owncloud/ocis-rolling:master
image: owncloud/ocis-rolling:master@sha256:4547887b511a1f363b2a3adf3de2e1a3066704208c7de7c664dc9db42a87d7bf
networks:
ocis-net:
entrypoint:
Expand Down Expand Up @@ -189,7 +189,7 @@ services:
# restart: always

collabora:
image: collabora/code:24.04.5.1.1
image: collabora/code:24.04.5.1.1@sha256:b96b67c0bdb3e218b878f7ca16135a15dd6707495fbd7c2bc6acb45326a4d0d6
command: ["bash", "-c", "coolconfig generate-proof-key ; /start-collabora-online.sh"]
healthcheck:
test: [ "CMD", "curl", "-f", "http://localhost:9980/hosting/discovery" ]
Expand All @@ -215,7 +215,7 @@ services:
restart: always

collaboration:
image: owncloud/ocis-rolling:7.0.0-rc.3
image: owncloud/ocis-rolling:7.0.0-rc.3@sha256:577145ff96413b608ab0c8256c440f1fc6da65611f3062cf250b2d148b738f4d
networks:
ocis-net:
depends_on:
Expand Down Expand Up @@ -255,7 +255,7 @@ services:
restart: always

collaboration-oo:
image: owncloud/ocis-rolling:7.0.0-rc.3
image: owncloud/ocis-rolling:7.0.0-rc.3@sha256:577145ff96413b608ab0c8256c440f1fc6da65611f3062cf250b2d148b738f4d
networks:
ocis-net:
depends_on:
Expand Down Expand Up @@ -295,7 +295,7 @@ services:
restart: always

onlyoffice:
image: onlyoffice/documentserver:8.2.0
image: onlyoffice/documentserver:8.2.0@sha256:2b0180b8ca27b36f27e0ddea0e9e8a5b1d40fcf478dc31f7e2efcfb9ce1bf42a
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost/hosting/discovery"]
networks:
Expand Down

0 comments on commit e922080

Please sign in to comment.