33 lines
1.1 KiB
Markdown
33 lines
1.1 KiB
Markdown
# Portainer (service)
|
|
|
|
**Purpose:** Docker container management UI.
|
|
|
|
| Property | Value |
|
|
| -------------- | --------------------------------- |
|
|
| Status | Running |
|
|
| Image | `portainer/portainer-ee:lts` |
|
|
| Ports | `9443:9443` (HTTPS, direct) |
|
|
| Restart policy | `unless-stopped` |
|
|
| Web UI | <https://portainer.home.jens.pub> |
|
|
| Compose file | [`../services/portainer/docker-compose.yml`](../services/portainer/docker-compose.yml) |
|
|
|
|
---
|
|
|
|
## Configuration
|
|
|
|
- Port 9443 published directly to the host for HTTPS access
|
|
- Port 9000 (HTTP) used internally — Traefik proxies `portainer.home.jens.pub` to it
|
|
- Port 8000 (Edge agent tunnel) not exposed
|
|
- Not managed as a Portainer stack — deployed manually from `/home/jens/portainer/`
|
|
|
|
## Volumes
|
|
|
|
| Volume | Mount |
|
|
| ---------------- | ------- |
|
|
| `portainer_data` | `/data` |
|
|
| `/var/run/docker.sock` | `:rw` — Docker socket for container management |
|
|
|
|
## Networks
|
|
|
|
- `proxy` (external)
|