some changes

This commit is contained in:
sebastian.serfling
2024-09-03 17:12:47 +02:00
parent ce1c9fb6b6
commit 56ac5ffa80
10 changed files with 125 additions and 109 deletions
+12 -11
View File
@@ -9,8 +9,8 @@ services:
- 993:993
volumes:
- vmail:/srv/mail
- /opt/dovecot/config:/etc/dovecot
- /opt/dovecot/passwd:/etc/dovecot/passwd
- ./dovecot/config:/etc/dovecot
- ./dovecot/passwd:/etc/dovecot/passwd
roundcube:
image: roundcube/roundcubemail
@@ -19,22 +19,21 @@ services:
ports:
- 80:80
environment:
- ROUNDCUBEMAIL_DEFAULT_HOST=180.1.1.164
- ROUNDCUBEMAIL_DEFAULT_HOST=dovecot
- ROUNDCUBEMAIL_DEFAULT_PORT=143
depends_on:
- dovecot
imapsync:
build:
dockerfile: imapsync-dockerfile
dockerfile: ./dockerfile/imapsync-dockerfile
container_name: imapsync
restart: always
expose:
- 993
- 143
volumes:
- /app/db:/root/IMAP-Sync/db
logging:
driver: journald
options:
tag: imapsync
- ./db:/app/db
networks:
- default
depends_on:
@@ -42,11 +41,13 @@ services:
streamlit:
build:
dockerfile: streamlit-dockerfile
dockerfile: ./dockerfile/streamlit-dockerfile
container_name: streamlit
restart: always
ports:
- 81:80
volumes:
- /app/db:/root/IMAP-Sync/db
- ./db:/app/db
logging:
driver: journald
options: