mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 08:50:42 +02:00
Move examples repo into main repo (#1102)
This commit is contained in:
parent
b79e73b8b8
commit
ca6715d3c5
28 changed files with 851 additions and 0 deletions
23
examples/mutual-tls/docker-compose.yaml
Normal file
23
examples/mutual-tls/docker-compose.yaml
Normal file
|
@ -0,0 +1,23 @@
|
|||
version: "3"
|
||||
services:
|
||||
pomerium:
|
||||
image: pomerium/pomerium:latest
|
||||
environment:
|
||||
- CERTIFICATE
|
||||
- CERTIFICATE_KEY
|
||||
- COOKIE_SECRET
|
||||
volumes:
|
||||
# Mount your config file : https://www.pomerium.io/reference/
|
||||
# be sure to change the default values :)
|
||||
- ./example.config.yaml:/pomerium/config.yaml:ro
|
||||
ports:
|
||||
- 443:443
|
||||
|
||||
mtls:
|
||||
image: pomerium/examples:mtls
|
||||
environment:
|
||||
- TLS_CERT
|
||||
- TLS_KEY
|
||||
- CLIENT_CA
|
||||
ports:
|
||||
- 8443:8443
|
Loading…
Add table
Add a link
Reference in a new issue