mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
17 lines
393 B
YAML
17 lines
393 B
YAML
services:
|
|
roundcubemail:
|
|
image: roundcube/roundcubemail:1.6.9-apache
|
|
volumes:
|
|
- ./www:/var/www/html
|
|
- ./db/sqlite:/var/roundcube/db
|
|
environment:
|
|
- ROUNDCUBEMAIL_DB_TYPE=sqlite
|
|
- ROUNDCUBEMAIL_SKIN=elastic
|
|
- ROUNDCUBEMAIL_DEFAULT_HOST=${DEFAULT_HOST}
|
|
- ROUNDCUBEMAIL_SMTP_SERVER=${SMTP_SERVER}
|
|
|
|
|
|
networks:
|
|
dokploy-network:
|
|
external: true
|