Skip to content

Commit 075a4cb

Browse files
authored
Merge pull request #3475 from element-hq/af/docker-compose-pull-policy-always
docker compose: always pull latest image
2 parents cd845b6 + 779f792 commit 075a4cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dev-backend-docker-compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ services:
2626

2727
livekit:
2828
image: livekit/livekit-server:latest
29+
pull_policy: always
2930
hostname: livekit-sfu
3031
command: --dev --config /etc/livekit.yaml
3132
restart: unless-stopped
@@ -45,6 +46,7 @@ services:
4546

4647
redis:
4748
image: redis:6-alpine
49+
pull_policy: always
4850
command: redis-server /etc/redis.conf
4951
ports:
5052
# HOST_PORT:CONTAINER_PORT
@@ -57,6 +59,7 @@ services:
5759
synapse:
5860
hostname: homeserver
5961
image: docker.io/matrixdotorg/synapse:latest
62+
pull_policy: always
6063
environment:
6164
- SYNAPSE_CONFIG_PATH=/data/cfg/homeserver.yaml
6265
# Needed for rootless podman-compose such that the uid/gid mapping does
@@ -87,6 +90,7 @@ services:
8790
# see backend/dev_tls_setup for how to generate the tls certs
8891
hostname: synapse.m.localhost
8992
image: nginx:latest
93+
pull_policy: always
9094
volumes:
9195
- ./backend/dev_nginx.conf:/etc/nginx/conf.d/default.conf:Z
9296
- ./backend/dev_tls_m.localhost.key:/root/ssl/key.pem:Z

0 commit comments

Comments
 (0)