Compare commits

...

4 commits

4 changed files with 6 additions and 6 deletions

View file

@ -1,7 +1,7 @@
services:
coturn:
container_name: coturn
image: docker.io/coturn/coturn:alpine
image: docker.io/coturn/coturn:4-alpine
restart: always
user: {{ users['coturn'] }}:{{ users['coturn'] }}
ports:

View file

@ -1,7 +1,7 @@
services:
lldap:
container_name: lldap
image: docker.io/lldap/lldap:2024-03-18-alpine-rootless
image: docker.io/lldap/lldap:2024-04-01-alpine-rootless
restart: always
user: {{ users['lldap'] }}:{{ users['lldap'] }}
env_file: .env

View file

@ -1,6 +1,6 @@
services:
syncthing:
image: docker.io/syncthing/syncthing:latest
image: docker.io/syncthing/syncthing:1
container_name: syncthing
restart: always
user: {{ users['syncthing'] }}:{{ users['syncthing'] }}
@ -15,7 +15,7 @@ services:
- {{ volumes['syncthing_datadir'] }}:/var/syncthing
stdiscosrv:
image: docker.io/syncthing/discosrv:latest
image: docker.io/syncthing/discosrv:1
container_name: syncthing-discosrv
restart: always
command:
@ -29,7 +29,7 @@ services:
- 127.0.0.1:{{ ports['syncthing_discosrv'] }}:8443
strelaysrv:
image: docker.io/syncthing/relaysrv:latest
image: docker.io/syncthing/relaysrv:1
container_name: syncthing-relaysrv
restart: always
command:

View file

@ -1,6 +1,6 @@
services:
uptime-kuma:
image: docker.io/louislam/uptime-kuma:alpine
image: docker.io/louislam/uptime-kuma:1-alpine
container_name: uptime-kuma
restart: always
environment: