Rename custom images to include registry

This commit is contained in:
Tobias Reisinger 2024-02-08 02:50:41 +01:00
parent 5c197b25b2
commit 975bea4553
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 8 additions and 5 deletions

View file

@ -1,4 +1,7 @@
---
backup_image: registry.serguzim.me/services/backup
backup_svc:
name: backup
@ -16,7 +19,7 @@ backup_env:
backup_compose:
watchtower: false
image: backup
image: "{{ backup_image }}"
volumes: "{{ backup_volumes_service }}"
file:
services:
@ -31,7 +34,7 @@ backup_compose:
mount:
build:
context: .
image: backup
image: "{{ backup_image }}"
restart: never
hostname: "{{ ansible_facts.hostname }}"
env_file: