mirror of
https://github.com/CoolnsX/selfhost_podman.git
synced 2025-12-20 03:45:16 +05:30
friendship ended with nextcloud now opencloud is my new friend
This commit is contained in:
26
opencloud/opencloud_wopi.container
Normal file
26
opencloud/opencloud_wopi.container
Normal file
@@ -0,0 +1,26 @@
|
||||
[Unit]
|
||||
Description=Opencloud WOPIServer Container
|
||||
|
||||
[Container]
|
||||
Pod=opencloud.pod
|
||||
ContainerName=opencloud_wopi
|
||||
Image=docker.io/opencloudeu/opencloud-rolling:latest
|
||||
|
||||
Exec=collaboration server
|
||||
|
||||
# Enable auto-update container
|
||||
AutoUpdate=registry
|
||||
# pass this to attach it to container
|
||||
EnvironmentFile=./.env
|
||||
|
||||
Volume=%h/podman/opencloud:/etc/opencloud
|
||||
|
||||
[Service]
|
||||
# pass this to autofill above variables
|
||||
EnvironmentFile=%h/.config/containers/systemd/opencloud/.env
|
||||
Restart=always
|
||||
TimeoutStartSec=300
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
||||
Reference in New Issue
Block a user