mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-04 21:06:03 +02:00
Merge pull request #336 from desimone/0-3-0
docs: use updated build in examples (v0.3.X branch)
This commit is contained in:
commit
1778d61dee
5 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
version: "3"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
pomerium:
|
pomerium:
|
||||||
image: pomerium/pomerium:v0.3.0
|
image: pomerium/pomerium:v0.3.1
|
||||||
environment:
|
environment:
|
||||||
# Generate new secret keys. e.g. `head -c32 /dev/urandom | base64`
|
# Generate new secret keys. e.g. `head -c32 /dev/urandom | base64`
|
||||||
- COOKIE_SECRET=V2JBZk0zWGtsL29UcFUvWjVDWWQ2UHExNXJ0b2VhcDI=
|
- COOKIE_SECRET=V2JBZk0zWGtsL29UcFUvWjVDWWQ2UHExNXJ0b2VhcDI=
|
||||||
|
|
|
@ -12,7 +12,7 @@ services:
|
||||||
- /var/run/docker.sock:/tmp/docker.sock:ro
|
- /var/run/docker.sock:/tmp/docker.sock:ro
|
||||||
|
|
||||||
pomerium-authenticate:
|
pomerium-authenticate:
|
||||||
image: pomerium/pomerium:v0.3.0 # or `build: .` to build from source
|
image: pomerium/pomerium:v0.3.1 # or `build: .` to build from source
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- SERVICES=authenticate
|
- SERVICES=authenticate
|
||||||
|
@ -42,7 +42,7 @@ services:
|
||||||
- 443
|
- 443
|
||||||
|
|
||||||
pomerium-proxy:
|
pomerium-proxy:
|
||||||
image: pomerium/pomerium:v0.3.0 # or `build: .` to build from source
|
image: pomerium/pomerium:v0.3.1 # or `build: .` to build from source
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- SERVICES=proxy
|
- SERVICES=proxy
|
||||||
|
@ -69,7 +69,7 @@ services:
|
||||||
- 443
|
- 443
|
||||||
|
|
||||||
pomerium-authorize:
|
pomerium-authorize:
|
||||||
image: pomerium/pomerium:v0.3.0 # or `build: .` to build from source
|
image: pomerium/pomerium:v0.3.1 # or `build: .` to build from source
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- SERVICES=authorize
|
- SERVICES=authorize
|
||||||
|
|
|
@ -29,7 +29,7 @@ spec:
|
||||||
app: pomerium-authenticate
|
app: pomerium-authenticate
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: pomerium/pomerium:v0.3.0
|
- image: pomerium/pomerium:v0.3.1
|
||||||
name: pomerium-authenticate
|
name: pomerium-authenticate
|
||||||
args:
|
args:
|
||||||
- --config=/etc/pomerium/config.yaml
|
- --config=/etc/pomerium/config.yaml
|
||||||
|
|
|
@ -29,7 +29,7 @@ spec:
|
||||||
app: pomerium-authorize
|
app: pomerium-authorize
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: pomerium/pomerium:v0.3.0
|
- image: pomerium/pomerium:v0.3.1
|
||||||
name: pomerium-authorize
|
name: pomerium-authorize
|
||||||
args:
|
args:
|
||||||
- --config=/etc/pomerium/config.yaml
|
- --config=/etc/pomerium/config.yaml
|
||||||
|
|
|
@ -31,7 +31,7 @@ spec:
|
||||||
app: pomerium-proxy
|
app: pomerium-proxy
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: pomerium/pomerium:v0.3.0
|
- image: pomerium/pomerium:v0.3.1
|
||||||
name: pomerium-proxy
|
name: pomerium-proxy
|
||||||
args:
|
args:
|
||||||
- --config=/etc/pomerium/config.yaml
|
- --config=/etc/pomerium/config.yaml
|
||||||
|
|
Loading…
Add table
Reference in a new issue