Update all

This commit is contained in:
sebastianserfling
2024-09-24 21:04:41 +02:00
parent 25af35f723
commit 9bde6e380b
8 changed files with 72 additions and 35 deletions
+8 -3
View File
@@ -8,7 +8,7 @@ services:
- 143:143
- 993:993
volumes:
- vmail:/srv/mail
- ./vmail:/srv/mail
- ./dovecot/config:/etc/dovecot
- ./dovecot/passwd:/etc/dovecot/passwd
@@ -17,7 +17,7 @@ services:
networks:
- default
ports:
- 80:80
- 8081:80
environment:
- ROUNDCUBEMAIL_DEFAULT_HOST=dovecot
- ROUNDCUBEMAIL_DEFAULT_PORT=143
@@ -45,7 +45,7 @@ services:
container_name: streamlit
restart: always
ports:
- 81:80
- 8082:80
volumes:
- ./db:/app/db
logging:
@@ -60,6 +60,11 @@ services:
volumes:
vmail:
driver: local
driver_opts:
type: 'none'
o: 'bind'
device: './vmail'
networks:
default: