File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments