podman rebuilt
This commit is contained in:
17
roles/podman/templates/portainer-compose.yml.j2
Normal file
17
roles/podman/templates/portainer-compose.yml.j2
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
portainer:
|
||||
image: "{{ portainer_image }}"
|
||||
container_name: "{{ portainer_name }}"
|
||||
ports:
|
||||
- "{{ portainer_edge_agent_port }}:8000"
|
||||
- "{{ portainer_legacy_port }}:9000"
|
||||
- "{{ portainer_web_port }}:9443"
|
||||
volumes:
|
||||
- "podman.sock:/var/run/docker.sock"
|
||||
- "{{ portainer_data_path }}:/data"
|
||||
- "{{ portainer_data_path }}"/logs:/logs
|
||||
- "{{ portainer_data_path }}"/certs:/certs
|
||||
restart: always
|
||||
Reference in New Issue
Block a user