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
6 changes: 3 additions & 3 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:57c72fd2a128e416c7fcc499958864df5301e940bca0a56f58fddf30ffc07777
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 All @@ -36,7 +36,7 @@ services:
- app-infra

opensearch:
image: opensearchproject/opensearch:3.7.0
image: opensearchproject/opensearch:3.7.0@sha256:44ba7ea58a319adf61c33ab16873f9ef5dbb30b291a832d375172f0b2d24e3c9
restart: unless-stopped
environment:
discovery.type: single-node
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:57c72fd2a128e416c7fcc499958864df5301e940bca0a56f58fddf30ffc07777
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:9a8afca54e7861fd90fab5fdf4c42477a6b1cb7d293595148e674e0a3181de15
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/roundcube/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
roundcubemail:
image: roundcube/roundcubemail:1.7.2-apache
image: roundcube/roundcubemail:1.7.2-apache@sha256:74aaebfae7a9aa63808af330f36dfce502a678752e725bc823507b90e6bc584c
container_name: roundcubemail
restart: unless-stopped
tmpfs:
Expand Down
4 changes: 2 additions & 2 deletions web1/containers/twenty/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
db:
image: postgres:18.4-alpine3.23
image: postgres:18.4-alpine3.23@sha256:996d0920e4ff9df1fc19dacb904492f3c1ec0ec1cc338f0ad7123be7731c5f5e
restart: unless-stopped
env_file:
- .env.postgres
Expand All @@ -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:2ccbece1fb9d407b79c93113f14d34c9ac1afa716a29e0352331fb47c63625d8
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:57c72fd2a128e416c7fcc499958864df5301e940bca0a56f58fddf30ffc07777
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:9a8afca54e7861fd90fab5fdf4c42477a6b1cb7d293595148e674e0a3181de15
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:9a8afca54e7861fd90fab5fdf4c42477a6b1cb7d293595148e674e0a3181de15
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/twenty/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
db:
image: postgres:18.4-alpine3.23
image: postgres:18.4-alpine3.23@sha256:996d0920e4ff9df1fc19dacb904492f3c1ec0ec1cc338f0ad7123be7731c5f5e
restart: unless-stopped
env_file:
- .env.postgres
Expand All @@ -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