[Unit] Description=Planka - Server Requires=planka-db.service After=planka-db.service [Container] Pod=planka.pod ContainerName=planka-server Image=ghcr.io/plankanban/planka:2.0.0-rc.4 # Environment=BASE_URL= # Environment=DATABASE_URL= # Environment=SECRET_KEY= EnvironmentFile=/mnt/data/containers/planka/.env.planka-server Volume=/mnt/data/containers/planka/favicons:/app/public/favicons Volume=/mnt/data/containers/planka/user-avatars:/app/public/user-avatars Volume=/mnt/data/containers/planka/background-images:/app/public/background-images Volume=/mnt/data/containers/planka/attachments:/app/private/attachments Label=homepage.group=Productivity Label=homepage.name=Planka Label=homepage.icon=planka.png Label=homepage.href=https://planka.inkletblot.com Label=homepage.description="Kanban Board" [Service] Restart=always TimeoutStartSec=300 [Install] WantedBy=default.target