Skip to content

Files

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Latest commit

ba48d9c · Feb 29, 2024

History

History
16 lines (16 loc) · 417 Bytes
·

basic.docker-compose.yml.md

File metadata and controls

16 lines (16 loc) · 417 Bytes
·
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