Pomerium is an identity-aware proxy that provides secure, clientless access to your internal applications and services. It replaces the need for a traditional VPN by enforcing Zero Trust principles, ensuring that every request is verified, regardless of its origin. This approach is designed for modern workflows that include not just human users, but also automated services and AI agents.
It offers a robust set of features to secure your infrastructure:
services:
pomerium:
image: pomerium/pomerium:latest
container_name: pomerium
ports:
- "80:80"
- "443:443"
environment:
- POMERIUM_CLUSTER_TOKEN=${POMERIUM_CLUSTER_TOKEN}
restart: unless-stoppedPOMERIUM_CLUSTER_TOKEN=your_pomerium_zero_cluster_token_hereAuto-fetched about 11 hours ago
Auto-fetched about 11 hours ago