fix: basic pipeline and makefile cleanup
This commit is contained in:
10
services.yml
10
services.yml
@@ -6,3 +6,13 @@
|
||||
- jellyfin
|
||||
- gitea
|
||||
- jackett
|
||||
post_tasks:
|
||||
- name: Docker prune objects
|
||||
docker_prune:
|
||||
containers: yes
|
||||
images: yes
|
||||
images_filters:
|
||||
dangling: false
|
||||
networks: true
|
||||
volumes: true
|
||||
builder_cache: true
|
||||
|
Reference in New Issue
Block a user