tylen f8f287cd84
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
commit new services
2025-11-17 16:27:32 +02:00

23 lines
497 B
YAML

# Docker Compose for service portainer created at Sun May 11 08:03:31 PM EEST 2025
services:
portainer:
build: .
privileged: true
container_name: portainer
hostname: portainer
restart: unless-stopped
deploy:
resources:
limits:
memory: 256M
reservations:
memory: 128M
ports:
- ${SVC_PORT_1}:9443
volumes:
- portainer_data:/data:Z
- /var/run/docker.sock:/var/run/docker.sock
volumes:
portainer_data: