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:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -24,7 +24,7 @@ caddy_env:
 | 
			
		|||
 | 
			
		||||
caddy_compose:
 | 
			
		||||
  watchtower: false
 | 
			
		||||
  image: caddy-custom:2-alpine
 | 
			
		||||
  image: registry.serguzim.me/services/caddy:2-alpine
 | 
			
		||||
  volumes:
 | 
			
		||||
    - "./config:/etc/caddy/"
 | 
			
		||||
    - data:/data
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -4,7 +4,7 @@ x-common-elements:
 | 
			
		|||
  &common-elements
 | 
			
		||||
  build:
 | 
			
		||||
    context: .
 | 
			
		||||
  image: healthcheck
 | 
			
		||||
  image: registry.serguzim.me/services/healthcheck
 | 
			
		||||
  restart: never
 | 
			
		||||
  env_file:
 | 
			
		||||
    - service.env
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -13,7 +13,7 @@ reitanlage_oranienburg_svc:
 | 
			
		|||
 | 
			
		||||
reitanlage_oranienburg_compose:
 | 
			
		||||
  watchtower: false
 | 
			
		||||
  image: grav
 | 
			
		||||
  image: registry.serguzim.me/library/grav
 | 
			
		||||
  volumes:
 | 
			
		||||
    - data:/var/www/html/
 | 
			
		||||
  file:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue