1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-06-15 17:03:15 +02:00
barge/compose-files/dashboard.yml
Sebastian Gerske 99fca7a0c6 added dashboard
2019-10-09 15:29:02 +02:00

15 lines
454 B
YAML

version: '3'
services:
dashboard:
image: portainer/portainer
command:
--admin-password '$$2y$$05$$wk5y6Xr1Y5TQkhUcH1.HNunnCoV6Z//735W7o8l31LxMqVCpg6b6G'
--host 'unix:///var/run/docker.sock'
--logo 'https://raw.githubusercontent.com/oceanprotocol/art/master/logo/logo.png'
networks:
backend:
ipv4_address: 172.15.0.25
volumes:
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 9000:9000