Merge pull request #336 from desimone/0-3-0

docs: use updated build in examples (v0.3.X branch)
This commit is contained in:
Bobby DeSimone 2019-10-01 18:49:46 -07:00 committed by GitHub
commit 1778d61dee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
version: "3"
services:
pomerium:
image: pomerium/pomerium:v0.3.0
image: pomerium/pomerium:v0.3.1
environment:
# Generate new secret keys. e.g. `head -c32 /dev/urandom | base64`
- COOKIE_SECRET=V2JBZk0zWGtsL29UcFUvWjVDWWQ2UHExNXJ0b2VhcDI=

View file

@ -12,7 +12,7 @@ services:
- /var/run/docker.sock:/tmp/docker.sock:ro
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
environment:
- SERVICES=authenticate
@ -42,7 +42,7 @@ services:
- 443
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
environment:
- SERVICES=proxy
@ -69,7 +69,7 @@ services:
- 443
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
environment:
- SERVICES=authorize

View file

@ -29,7 +29,7 @@ spec:
app: pomerium-authenticate
spec:
containers:
- image: pomerium/pomerium:v0.3.0
- image: pomerium/pomerium:v0.3.1
name: pomerium-authenticate
args:
- --config=/etc/pomerium/config.yaml

View file

@ -29,7 +29,7 @@ spec:
app: pomerium-authorize
spec:
containers:
- image: pomerium/pomerium:v0.3.0
- image: pomerium/pomerium:v0.3.1
name: pomerium-authorize
args:
- --config=/etc/pomerium/config.yaml

View file

@ -31,7 +31,7 @@ spec:
app: pomerium-proxy
spec:
containers:
- image: pomerium/pomerium:v0.3.0
- image: pomerium/pomerium:v0.3.1
name: pomerium-proxy
args:
- --config=/etc/pomerium/config.yaml