mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 13:55:21 +02:00
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.yml
This commit is contained in:
parent
8046fb0438
commit
cc091ee589
2 changed files with 20 additions and 0 deletions
16
docker-compose.pull-dog.yml
Normal file
16
docker-compose.pull-dog.yml
Normal file
|
@ -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:
|
4
pull-dog.json
Normal file
4
pull-dog.json
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"dockerComposeYmlFilePaths": ["docker-compose.pull-dog.yml"],
|
||||
"isLazy": true
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue