services: add Portainer

This commit is contained in:
Bruno BELANYI 2019-12-19 16:45:46 +01:00
parent 49cd5187f4
commit 20258b4ad5

View file

@ -37,6 +37,20 @@ services:
- "default"
- "proxy-tier"
portainer:
image: portainer/portainer
container_name: portainer
restart: always
environment:
- VIRTUAL_HOST=docker.belanyi.fr
- LETSENCRYPT_HOST=docker.belanyi.fr
- LETSENCRYPT_EMAIL=brunobelanyi@gmail.com
volumes:
- ./portainer/:/data
- /var/run/docker.sock:/var/run/docker.sock
ports:
- "9000:9000"
volumes:
certs:
vhost.d: