Update docker-compose.yml
Include section for portainer (container monitoring)
This commit is contained in:
parent
2ebdb4a54b
commit
2730a77e3e
|
@ -15,6 +15,19 @@ services:
|
||||||
aliases:
|
aliases:
|
||||||
- pdns
|
- pdns
|
||||||
|
|
||||||
|
portainer-mailcow:
|
||||||
|
image: portainer/portainer
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
restart: always
|
||||||
|
dns:
|
||||||
|
- 172.22.1.254
|
||||||
|
dns_search: mailcow-network
|
||||||
|
networks:
|
||||||
|
mailcow-network:
|
||||||
|
aliases:
|
||||||
|
- portainer
|
||||||
|
|
||||||
mysql-mailcow:
|
mysql-mailcow:
|
||||||
image: mariadb:10.1
|
image: mariadb:10.1
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
|
Loading…
Reference in New Issue