coreos-home-server/config/common/container.bu
Alex Palaistras 79231c37f1 Set generic Podman defaults and per-service log IDs
Defaults for Podman that were previous applied as command-line arguments
to all `podman run` or `podman create` invocations are now specified in
a dedicated configuration file.

Services are also better identified against their name rather than the
generic `podman` ID derived from the `ExecStart` invocations.
2021-08-28 22:27:54 +01:00

35 lines
871 B
Plaintext

variant: fcos
version: 1.3.0
storage:
trees:
- path: /etc/coreos-home-server
local: service/
- path: /etc/systemd/system
local: common/systemd/
directories:
- path: /etc/coreos-home-server
mode: 0700
files:
- path: /etc/containers/containers.conf
mode: 0644
contents:
local: common/container/containers.conf
systemd:
units:
- name: container-build@.service
enabled: true
- name: container-build@.path
enabled: true
- name: container-network@.service
enabled: true
- name: container-environment@.service
enabled: true
- name: container-volume@.service
enabled: true
- name: container-volume-backup@.service
enabled: true
- name: container-volume-backup@.timer
enabled: true
- name: container-volume-restore@.service
enabled: true