Rename custom images to include registry
This commit is contained in:
parent
5c197b25b2
commit
975bea4553
4 changed files with 8 additions and 5 deletions
|
@ -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:
|
||||
|
|
Reference in a new issue