version: "3"
services:
pomerium:
image: cr.pomerium.com/pomerium/pomerium:latest
volumes:
## Mount your config file: https://www.pomerium.com/docs/reference/
- ./config.yaml:/pomerium/config.yaml:ro
ports:
- 443:443
## https://verify.localhost.pomerium.io --> Pomerium --> http://verify
verify:
image: cr.pomerium.com/pomerium/verify:latest
expose:
- 8000
Files
basic.docker-compose.yml.md
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.