Initial Portainer CE для личного контура (str-u-01)

- portainer-ce:lts, bridge, 127.0.0.1:9000
- /var/run/docker.sock:ro (read-only)
- data/ исключён из git
This commit is contained in:
striker
2026-05-08 05:23:20 +03:00
commit 9e97ff4e13
3 changed files with 55 additions and 0 deletions

14
docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
services:
portainer:
image: portainer/portainer-ce:lts
container_name: portainer
restart: unless-stopped
ports:
- "127.0.0.1:9000:9000"
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- ./data:/data
logging:
driver: journald
options:
tag: "{{.Name}}"