portainer
This commit is contained in:
parent
772d5a50ef
commit
3e90b047bc
1 changed files with 12 additions and 0 deletions
|
@ -232,5 +232,17 @@ services:
|
|||
networks:
|
||||
- internal
|
||||
|
||||
portainer:
|
||||
image: portainer/portainer-ce:latest
|
||||
environment:
|
||||
- LETSENCRYPT_HOST=port.neo.faulty.nl
|
||||
- VIRTUAL_HOST=port.neo.faulty.nl
|
||||
- VIRTUAL_PORT=8000
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /srv/portainer/data:/data
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
networks:
|
||||
metrics:
|
Reference in a new issue