Update all
This commit is contained in:
+8
-3
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user