mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 18:29:21 +00:00 
			
		
		
		
	Implemented repository wide restart policy
This commit is contained in:
		| @@ -8,7 +8,7 @@ services: | ||||
|  | ||||
|   application: | ||||
|     image: zknt/pixelfed | ||||
|     restart: always | ||||
|     restart: {{docker_restart_policy}} | ||||
|     logging: | ||||
|       driver: journald | ||||
|     env_file: | ||||
| @@ -23,7 +23,7 @@ services: | ||||
| {% include 'templates/docker-container-networks.yml.j2' %} | ||||
|   worker: | ||||
|     image: zknt/pixelfed | ||||
|     restart: always | ||||
|     restart: {{docker_restart_policy}} | ||||
|     logging: | ||||
|       driver: journald | ||||
|     env_file: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user