thequad/roundcube/roundcube-server.container
2026-01-30 06:50:32 +00:00

39 lines
1.0 KiB
Plaintext

[Unit]
Description=Roundcube - Server
Requires=roundcube-db.service
After=roundcube-db.service
[Container]
Pod=roundcube.pod
ContainerName=roundcube-server
Image=docker.io/roundcube/roundcubemail:latest
# Environment=ROUNDCUBEMAIL_DEFAULT_HOST=
# Environment=ROUNDCUBEMAIL_DEFAULT_PORT=
# Environment=ROUNDCUBEMAIL_SMTP_SERVER=
# Environment=ROUNDCUBEMAIL_SMTP_PORT=
# Environment=ROUNDCUBEMAIL_USERNAME_DOMAIN=
# Environment=ROUNDCUBEMAIL_DB_TYPE=
# Environment=ROUNDCUBEMAIL_DB_HOST=
# Environment=ROUNDCUBEMAIL_DB_PORT=
# Environment=ROUNDCUBEMAIL_DB_USER=
# Environment=ROUNDCUBEMAIL_DB_PASSWORD=
# Environment=ROUNDCUBEMAIL_DB_NAME=
EnvironmentFile=/mnt/data/containers/roundcube/.env.roundcube-server
Volume=/mnt/data/containers/roundcube/config:/var/roundcube/config
Label=homepage.group=Productivity
Label=homepage.name=Roundcube
Label=homepage.icon=roundcube.png
Label=homepage.href=https://mail.inkletblot.com
Label=homepage.description="Mail Client"
[Service]
Restart=always
TimeoutStartSec=300
[Install]
WantedBy=default.target