File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
roles/ente_auth/templates Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
77services:
88 museum:
9- image: ghcr.io/ente-io/server:latest@sha256:0564d2432853fdb1f85a249678ecf3e7a65a77dbf78adec9ed6af920f0f9b199
9+ image: ghcr.io/ente-io/server:latest@sha256:0135ea9d7e137283623f2cbb33ccf132b056f08bb8f9a9eb482f387db44f22e4
1010 container_name: "{{ services.ente_api.container_name }}"
1111 restart: always
1212 depends_on:
@@ -26,7 +26,7 @@ services:
2626 start_period: 5s
2727
2828 web:
29- image: ghcr.io/ente-io/web:latest@sha256:6b288aed90c80c152f130a7d5a86be1215899d4b997ac4bc062d135fa13ef232
29+ image: ghcr.io/ente-io/web:latest@sha256:1532caa2e85c070928768530f22510bbf264b7a9baa55d7ee5abd7755fc75945
3030 container_name: "{{ services.ente_auth.container_name }}"
3131 restart: always
3232 networks:
@@ -36,7 +36,7 @@ services:
3636 ENTE_API_ORIGIN: "https://{{ services.ente_api.domain }}"
3737
3838 postgres:
39- image: postgres:15@sha256:822f8795764a670160640888508b2a68ea5c4b045012c2de17e1d0447bdbdc99
39+ image: postgres:15@sha256:24d6c206bba8c0440bceb24a8d4bf642f60bf7aea94887051ea5761d29c22323
4040 container_name: ente-postgres
4141 restart: always
4242 environment:
You can’t perform that action at this time.
0 commit comments