Compare commits

...

4 commits

4 changed files with 6 additions and 6 deletions

View file

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

View file

@ -1,7 +1,7 @@
services: services:
lldap: lldap:
container_name: 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 restart: always
user: {{ users['lldap'] }}:{{ users['lldap'] }} user: {{ users['lldap'] }}:{{ users['lldap'] }}
env_file: .env env_file: .env

View file

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

View file

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