mirror of https://github.com/portainer/portainer
feat(project): enable Pull Dog for the repository (#3801)
* Create pull-dog.json * Create docker-compose.pull-dog.yml * Update pull-dog.json * Update docker-compose.pull-dog.ymlpull/3815/head
parent
8046fb0438
commit
cc091ee589
@ -0,0 +1,16 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
portainer:
|
||||
image: portainerci/portainer:$PORTAINER_TAG
|
||||
command: -H unix:///var/run/docker.sock
|
||||
restart: always
|
||||
ports:
|
||||
- 9000:9000
|
||||
- 8000:8000
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- portainer_data:/data
|
||||
|
||||
volumes:
|
||||
portainer_data:
|
@ -0,0 +1,4 @@
|
||||
{
|
||||
"dockerComposeYmlFilePaths": ["docker-compose.pull-dog.yml"],
|
||||
"isLazy": true
|
||||
}
|
Loading…
Reference in new issue