feat: init commit
This commit is contained in:
commit
0289360eb6
16 changed files with 449 additions and 0 deletions
16
templates/docker-compose.portainer.j2
Normal file
16
templates/docker-compose.portainer.j2
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
services:
|
||||
portainer:
|
||||
image: portainer/portainer-ce:2.44.0
|
||||
restart: always
|
||||
volumes:
|
||||
- "{{ cuyper__portainer_storage_path }}:/data"
|
||||
- "{{ cuyper__portainer_docker_sock }}:/var/run/docker.sock"
|
||||
networks:
|
||||
internal_network:
|
||||
aliases:
|
||||
- portainer
|
||||
|
||||
networks:
|
||||
internal_network:
|
||||
external: false
|
||||
internal: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue