37 lines
No EOL
958 B
YAML
Executable file
37 lines
No EOL
958 B
YAML
Executable file
version: "2.2"
|
|
services:
|
|
|
|
roundcube:
|
|
image: roundcube/roundcubemail:latest
|
|
container_name: roundcube
|
|
hostname: roundcube
|
|
# networks:
|
|
# - netgrimoire
|
|
# restart: unless-stopped
|
|
# depends_on:
|
|
# - roundcubedb
|
|
# links:
|
|
# - roundcubedb
|
|
volumes:
|
|
- /DockerVol/roundcube/www:/var/www/html
|
|
ports:
|
|
- 9019:80
|
|
environment:
|
|
- ROUNDCUBEMAIL_DB_TYPE=mysql
|
|
- ROUNDCUBEMAIL_DB_HOST=mysql-mailcow
|
|
- ROUNDCUBEMAIL_DB_USER=roundcube
|
|
- ROUNDCUBEMAIL_DB_PASSWORD=gr2wfy4gWTfIDjwFILgPuTWH0gDi
|
|
- ROUNDCUBEMAIL_DB_NAME=roundcubemail
|
|
- ROUNDCUBEMAIL_SKIN=elastic
|
|
- ROUNDCUBEMAIL_DEFAULT_HOST=tls://hermes.netgrimoire.com
|
|
- ROUNDCUBEMAIL_SMTP_SERVER=tls://hermes.netgrimoire.com
|
|
labels:
|
|
- homepage.group=Media
|
|
- homepage.name=Emby
|
|
- homepage.icon=emby.png
|
|
- homepage.href=http://emby.home/
|
|
- homepage.description=Media server
|
|
|
|
|
|
|
|
|