Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mx1/containers/stalwart/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
postgres:
image: docker.io/library/postgres:16-alpine
image: docker.io/library/postgres:16-alpine@sha256:44c4ee9810eff91f7eab4d822642e01115b1a9eccce4bcbdde7604752d68eac6
restart: unless-stopped
healthcheck:
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
Expand All @@ -21,7 +21,7 @@ services:
- app-infra

keydb:
image: docker.io/eqalpha/keydb:x86_64_v0.9.6
image: docker.io/eqalpha/keydb:x86_64_v0.9.6@sha256:3ba477d222fa893fc948dc9293f513483ab2d6fa5abb82d8d68485056faf1261
restart: unless-stopped
healthcheck:
test: ["CMD-SHELL", "keydb-cli ping | grep PONG"]
Expand Down
2 changes: 1 addition & 1 deletion web1/containers/authentik/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
database:
image: docker.io/library/postgres:16-alpine
image: docker.io/library/postgres:16-alpine@sha256:44c4ee9810eff91f7eab4d822642e01115b1a9eccce4bcbdde7604752d68eac6
restart: unless-stopped
healthcheck:
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
Expand Down
4 changes: 2 additions & 2 deletions web1/containers/calcom/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
database:
image: postgres:18-alpine
image: postgres:18-alpine@sha256:a1d02e4bd40c94d3bf2bdd3678c137388e76d9efcd23c285e9429d336a834b44
restart: unless-stopped
volumes:
- database:/var/lib/postgresql/data
Expand All @@ -15,7 +15,7 @@ services:
- calcom

calcom:
image: calcom/cal.com:v6.2.0
image: calcom/cal.com:v6.2.0@sha256:ace3bb1219fb7306585ab9f4d94d41af7ee064c343db0498173436bbe857bd49
restart: unless-stopped
cap_drop:
- ALL
Expand Down
2 changes: 1 addition & 1 deletion web1/containers/twenty/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- twenty

redis:
image: valkey/valkey:9.1-alpine3.23
image: valkey/valkey:9.1-alpine3.23@sha256:c9b77919daeba2c02ad954d0c844cc4e7142069d177b89c5fd771f405daf9e02
restart: unless-stopped
command: ["valkey-server", "--maxmemory-policy", "noeviction"]
healthcheck:
Expand Down
2 changes: 1 addition & 1 deletion web1/containers/webmail/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
webmail:
image: ghcr.io/linagora/tmail-web:release
image: ghcr.io/linagora/tmail-web:release@sha256:c0bfe676e85c491f858051a05316a90f577d84232e0da98f227f588a7ec992ea
container_name: webmail
restart: unless-stopped
cap_drop:
Expand Down
2 changes: 1 addition & 1 deletion web2/containers/hypebun-web/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:
- /app/test/uploads/cache

db:
image: mariadb:12.3.2
image: mariadb:12.3.2@sha256:759869cb6f003234a95c6384cdee245b4bce7de26913fe607a8110362c0c007d
container_name: hypebun-db
restart: unless-stopped
# Data-store image: exempt from cap_drop / no-new-privileges. The
Expand Down
2 changes: 1 addition & 1 deletion web3/containers/authentik/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
database:
image: docker.io/library/postgres:16-alpine
image: docker.io/library/postgres:16-alpine@sha256:44c4ee9810eff91f7eab4d822642e01115b1a9eccce4bcbdde7604752d68eac6
restart: unless-stopped
healthcheck:
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
Expand Down
4 changes: 2 additions & 2 deletions web3/containers/calcom/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
database:
image: postgres:18-alpine
image: postgres:18-alpine@sha256:a1d02e4bd40c94d3bf2bdd3678c137388e76d9efcd23c285e9429d336a834b44
restart: unless-stopped
volumes:
- database:/var/lib/postgresql/data
Expand All @@ -15,7 +15,7 @@ services:
- calcom

calcom:
image: calcom/cal.com:v6.2.0
image: calcom/cal.com:v6.2.0@sha256:ace3bb1219fb7306585ab9f4d94d41af7ee064c343db0498173436bbe857bd49
restart: unless-stopped
cap_drop:
- ALL
Expand Down
6 changes: 3 additions & 3 deletions web3/containers/fleet/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
database:
image: mysql:8.4
image: mysql:8.4@sha256:b3b90af2a6552ae30c266fdb7d5dd55f3afb72404bb78d37fe8a23eb857fd3fb
env_file: .env
cap_add:
- SYS_NICE
Expand All @@ -16,7 +16,7 @@ services:
restart: unless-stopped

kv:
image: valkey/valkey:9-alpine
image: valkey/valkey:9-alpine@sha256:ee91f7a174ac4d6a6b0685b3a60e321f0a9dbbb691f9b0e285be2ba1d1be8328
command: ["valkey-server", "--appendonly", "yes"]
networks:
- fleet
Expand All @@ -30,7 +30,7 @@ services:
retries: 12

fleet-init:
image: alpine:3.24
image: alpine:3.24@sha256:28bd5fe8b56d1bd048e5babf5b10710ebe0bae67db86916198a6eec434943f8b
volumes:
- logs:/logs
- data:/fleet
Expand Down
2 changes: 1 addition & 1 deletion web3/containers/n8n/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
postgres:
image: postgres:18-alpine
image: postgres:18-alpine@sha256:a1d02e4bd40c94d3bf2bdd3678c137388e76d9efcd23c285e9429d336a834b44
restart: unless-stopped
healthcheck:
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
Expand Down
2 changes: 1 addition & 1 deletion web3/containers/twenty/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- twenty

redis:
image: valkey/valkey:9.1-alpine3.23
image: valkey/valkey:9.1-alpine3.23@sha256:c9b77919daeba2c02ad954d0c844cc4e7142069d177b89c5fd771f405daf9e02
restart: unless-stopped
command: ["valkey-server", "--maxmemory-policy", "noeviction"]
healthcheck:
Expand Down