docker(role): use full image sources

This commit is contained in:
June 2025-10-30 04:49:44 +01:00
commit 83fd868977
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

@ -32,9 +32,9 @@ services:
OVERWRITECLIURL: "https://{{ nextcloud__fqdn }}/"
OVERWRITEHOST: "{{ nextcloud__fqdn }}"
OVERWRITEPROTOCOL: "https"
db:
image: postgres:{{ nextcloud__postgres_version }}
image: docker.io/library/postgres:{{ nextcloud__postgres_version }}
restart: unless-stopped
#ports:
# - 127.0.0.1:5432:5432
@ -48,7 +48,7 @@ services:
POSTGRES_PASSWORD: "{{ nextcloud__postgres_password }}"
redis:
image: redis:alpine
image: docker.io/library/redis:alpine
restart: unless-stopped
networks:
- nextcloud