clean up config file, removing isotope, ports on roundcube

This commit is contained in:
2022-01-04 23:25:48 +11:00
parent bffc6b71be
commit 369caa4130

View File

@@ -305,34 +305,8 @@ services:
depends_on: depends_on:
- openldap - openldap
# webmail (server)
# isotope-server:
# image: marcnuri/isotope:server-latest
# container_name: isotope-server
# labels:
# - "com.centurylinklabs.watchtower.enable=true"
# - "traefik.enable=true"
# - "traefik.http.routers.isotope-server.rule=Host(`webmail.depaoli.id.au`) && PathPrefix(`/api/`)"
# - "traefik.http.middlewares.stripprefix-isotope-server.stripprefix.prefixes=/api"
# - "traefik.http.routers.isotope-server.middlewares=stripprefix-isotope-server@docker"
# - "traefik.http.routers.isotope-server.entrypoints=secureweb"
# - "traefik.http.routers.isotope-server.tls=true"
# volumes:
# - /etc/localtime:/etc/localtime:ro
# webmail (client)
# isotope-client:
# image: marcnuri/isotope:client-latest
# container_name: isotope-client
# labels:
# - "com.centurylinklabs.watchtower.enable=true"
# - "traefik.enable=true"
# - "traefik.http.routers.isotope-client.rule=Host(`webmail.depaoli.id.au`) && PathPrefix(`/`)"
# - "traefik.http.routers.isotope-client.entrypoints=secureweb"
# - "traefik.http.routers.isotope-client.tls=true"
# volumes:
# - /etc/localtime:/etc/localtime:ro
# webmail
roundcubemail: roundcubemail:
image: roundcube/roundcubemail:latest image: roundcube/roundcubemail:latest
container_name: roundcubemail container_name: roundcubemail
@@ -347,8 +321,6 @@ services:
- /srv/docker/container/roundcubemail/www:/var/www/html - /srv/docker/container/roundcubemail/www:/var/www/html
- /srv/docker/container/roundcubemail/db/sqlite:/var/roundcube/db - /srv/docker/container/roundcubemail/db/sqlite:/var/roundcube/db
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
# ports:
# - 4444:80
environment: environment:
- ROUNDCUBEMAIL_DB_TYPE=sqlite - ROUNDCUBEMAIL_DB_TYPE=sqlite
- ROUNDCUBEMAIL_SKIN=elastic - ROUNDCUBEMAIL_SKIN=elastic