Update functionality
This commit is contained in:
@@ -601,3 +601,41 @@ podman_pods: []
|
||||
# generate_systemd:
|
||||
# path: "/etc/systemd/system"
|
||||
# restart_policy: "always"
|
||||
# stop_timeout: 120
|
||||
# names: true
|
||||
# container_prefix: "container"
|
||||
# new: false
|
||||
# no_header: false
|
||||
# wants:
|
||||
# - "network-online.target"
|
||||
# after:
|
||||
# - "network-online.target"
|
||||
# requires:
|
||||
# - "postgresql.service"
|
||||
|
||||
# Systemd service generation configuration
|
||||
podman_generate_systemd: true
|
||||
podman_systemd_dir: /etc/systemd/system
|
||||
podman_systemd_options:
|
||||
new: true
|
||||
force: true
|
||||
restart_policy: unless-stopped
|
||||
time: 120
|
||||
no_header: false
|
||||
separator: ""
|
||||
wants: []
|
||||
after: []
|
||||
requires: []
|
||||
container_prefix: ""
|
||||
pod_prefix: ""
|
||||
restart_sec: 30
|
||||
|
||||
### Prune Configuration
|
||||
podman_prune_enabled: true
|
||||
podman_prune_options:
|
||||
container: true # Remove stopped containers
|
||||
image: true # Remove unused images
|
||||
network: true # Remove unused networks
|
||||
system: true # Prune all unused data
|
||||
system_all: true # Prune all unused data including build cache
|
||||
volume: true # Remove unused volumes
|
||||
|
||||
Reference in New Issue
Block a user