forked from CCCHH/ansible-infra
use full image source and set version for all Chaosknoten compose images
Use a full image source and set and explicit version for all images in Chaosknoten (docker-)compose files. With Renovate now set up, it is feasible to explicitly set versions.
This commit is contained in:
parent
282e82728b
commit
43fac32424
8 changed files with 22 additions and 23 deletions
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
services:
|
||||
ntfy:
|
||||
image: binwiederhier/ntfy
|
||||
image: docker.io/binwiederhier/ntfy:v2.14.0
|
||||
container_name: ntfy
|
||||
command:
|
||||
- serve
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue