mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-01 08:05:17 +01:00
16 lines
455 B
YAML
16 lines
455 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:
|
|
- 9100:9000
|