podman rebuilt

This commit is contained in:
2025-11-07 08:53:12 +01:00
parent 84824f17c2
commit bb4b26a578
3 changed files with 37 additions and 21 deletions

View 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