You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
432 B
13 lines
432 B
[Unit]
|
|
Description=podman pull docker.io/library/nextcloud
|
|
Documentation=https://hub.docker.com/_/nextcloud/
|
|
|
|
# Only start if Nextcloud has been configured
|
|
ConditionPathExists=/etc/quadlets/nextcloud/config.env
|
|
|
|
[Image]
|
|
Image=docker.io/library/nextcloud:${NEXTCLOUD_MAJOR}-fpm-alpine
|
|
|
|
[Service]
|
|
# These environment variables are sourced to be used by systemd in the Exec* commands
|
|
EnvironmentFile=/etc/quadlets/nextcloud/config.env
|
|
|