avoid unnecessary nested content

This commit is contained in:
Colin Hebert
2023-11-20 09:17:35 +11:00
parent 7b34d3735d
commit 41d64d4b48
46 changed files with 0 additions and 8 deletions

View File

@@ -0,0 +1,15 @@
name: bootstrap
services:
portainer:
hostname: portainer
image: portainer/portainer-ce
command: >
--admin-password-file /run/secrets/portainer_password
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /var/packages/ContainerManager/var/docker/volumes/:/var/lib/docker/volumes/
- ${NASCOMPOSE_SERVICES?}/bootstrap/volumes/portainer_data/:/data/
# Secrets
- ${NASCOMPOSE_SERVICES?}/bootstrap/secrets/portainer_password:/run/secrets/portainer_password:ro
restart: unless-stopped