server-up/apps/portainer/files/compose.yaml
bes-r 9b299bf532
Some checks are pending
Deploy server-up / deploy (push) Waiting to run
Added more docker boilerplates
2026-05-16 15:21:58 +02:00

10 lines
293 B
YAML

services:
<< service_name >>:
image: portainer/portainer-ce:latest
container_name: << service_name >>
ports:
- "<< port >>:9000"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- << data_dir >>/<< service_name >>/data:/data
restart: unless-stopped