First
This commit is contained in:
commit
85e6e693f8
8 changed files with 564 additions and 0 deletions
37
NG-RoundCube.yaml
Executable file
37
NG-RoundCube.yaml
Executable file
|
|
@ -0,0 +1,37 @@
|
|||
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
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue