theocorp_docker_compose/portainer/docker-compose.yml
geezo fcdd8ec832
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m22s
stuff
2025-05-09 20:15:07 -04:00

19 lines
475 B
YAML

version: "3"
services:
portainer:
container_name: portainer
image: portainer/portainer-ce:latest
ports:
- 1000:9443
volumes:
- portainer_data:/data
- /var/run/docker.sock:/var/run/docker.sock
restart: unless-stopped
labels:
glance.name: Portainer
glance.icon: si:portainer
glance.url: https://portainer.theocorp
glance.description: Container Management UI
glance.hide: false
volumes:
portainer_data: