services: add Portainer
This commit is contained in:
parent
49cd5187f4
commit
20258b4ad5
|
@ -37,6 +37,20 @@ services:
|
||||||
- "default"
|
- "default"
|
||||||
- "proxy-tier"
|
- "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:
|
volumes:
|
||||||
certs:
|
certs:
|
||||||
vhost.d:
|
vhost.d:
|
||||||
|
|
Reference in a new issue