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: backup_svc:
name: backup name: backup
@ -16,7 +19,7 @@ backup_env:
backup_compose: backup_compose:
watchtower: false watchtower: false
image: backup image: "{{ backup_image }}"
volumes: "{{ backup_volumes_service }}" volumes: "{{ backup_volumes_service }}"
file: file:
services: services:
@ -31,7 +34,7 @@ backup_compose:
mount: mount:
build: build:
context: . context: .
image: backup image: "{{ backup_image }}"
restart: never restart: never
hostname: "{{ ansible_facts.hostname }}" hostname: "{{ ansible_facts.hostname }}"
env_file: env_file:

View file

@ -24,7 +24,7 @@ caddy_env:
caddy_compose: caddy_compose:
watchtower: false watchtower: false
image: caddy-custom:2-alpine image: registry.serguzim.me/services/caddy:2-alpine
volumes: volumes:
- "./config:/etc/caddy/" - "./config:/etc/caddy/"
- data:/data - data:/data

View file

@ -4,7 +4,7 @@ x-common-elements:
&common-elements &common-elements
build: build:
context: . context: .
image: healthcheck image: registry.serguzim.me/services/healthcheck
restart: never restart: never
env_file: env_file:
- service.env - service.env

View file

@ -13,7 +13,7 @@ reitanlage_oranienburg_svc:
reitanlage_oranienburg_compose: reitanlage_oranienburg_compose:
watchtower: false watchtower: false
image: grav image: registry.serguzim.me/library/grav
volumes: volumes:
- data:/var/www/html/ - data:/var/www/html/
file: file: