Dovecot Docker kasutamine: erinevus redaktsioonide vahel
Allikas: Imre kasutab arvutit
Mine navigeerimisribaleMine otsikasti
| 13. rida: | 13. rida: | ||
* Dockerhost - docker-ce |
* Dockerhost - docker-ce |
||
| − | === |
+ | ===Dovecot paigaldamine=== |
Docker compose |
Docker compose |
||
<pre> |
<pre> |
||
| + | root@dh-dovecot:~# cat /srv/dovecot/dc/docker-compose-dovecot.yml |
||
| + | name: p_dovecot |
||
| + | services: |
||
| + | svc_dovecot: |
||
| + | image: "dovecot/dovecot:2.4.4" |
||
| + | container_name: "cn_dovecot" |
||
| + | restart: unless-stopped |
||
| + | environment: |
||
| + | TZ: "Europe/Tallinn" |
||
| + | ports: |
||
| + | - "0.0.0.0:143:31143" |
||
| + | - "0.0.0.0:4190:34190" |
||
| + | volumes: |
||
| + | - "/srv/dovecot/volume/srv/vmail:/srv/vmail" |
||
| + | - "/srv/dovecot/volume/etc/dovecot/conf.d:/etc/dovecot/conf.d:ro" |
||
| + | - "/srv/dovecot/volume/etc/dovecot/ssl:/etc/dovecot/ssl:ro" |
||
| + | - "/srv/dovecot/volume/etc/dovecot/passwd:/etc/dovecot/passwd:ro" |
||
| + | - "/srv/dovecot/volume/etc/dovecot/master-users:/etc/dovecot/master-users:ro" |
||
| + | networks: |
||
| + | - nw_dovecot |
||
| + | logging: |
||
| + | driver: "journald" |
||
| + | options: |
||
| + | tag: "cn_dovecot" |
||
| + | |||
| + | networks: |
||
| + | nw_dovecot: |
||
| + | name: nw_dovecot |
||
</pre> |
</pre> |
||
Redaktsioon: 23. august 2026, kell 13:54
Sissejuhatus
TODO
Tööpõhimõte
TODO
Ettevalmistused
TODO
- nt Debian v. 13
- Dockerhost - docker-ce
Dovecot paigaldamine
Docker compose
root@dh-dovecot:~# cat /srv/dovecot/dc/docker-compose-dovecot.yml
name: p_dovecot
services:
svc_dovecot:
image: "dovecot/dovecot:2.4.4"
container_name: "cn_dovecot"
restart: unless-stopped
environment:
TZ: "Europe/Tallinn"
ports:
- "0.0.0.0:143:31143"
- "0.0.0.0:4190:34190"
volumes:
- "/srv/dovecot/volume/srv/vmail:/srv/vmail"
- "/srv/dovecot/volume/etc/dovecot/conf.d:/etc/dovecot/conf.d:ro"
- "/srv/dovecot/volume/etc/dovecot/ssl:/etc/dovecot/ssl:ro"
- "/srv/dovecot/volume/etc/dovecot/passwd:/etc/dovecot/passwd:ro"
- "/srv/dovecot/volume/etc/dovecot/master-users:/etc/dovecot/master-users:ro"
networks:
- nw_dovecot
logging:
driver: "journald"
options:
tag: "cn_dovecot"
networks:
nw_dovecot:
name: nw_dovecot
kus
- TODO
Dovecot seadistamine
TODO
Kasumine
TODO
Haldamine
TODO
Dovecot tarkvara uuendamine
TODO
Kasulikud lisamaterjalid
- TODO