mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-10 15:47:36 +02:00
docs: update dockerfiles for v0.9.0 (#801)
* docs: update dockerfiles for v0.9.0 * docs: use latest tag for docker files
This commit is contained in:
parent
d67bb22342
commit
c1e648e0a9
3 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
version: "3"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
pomerium:
|
pomerium:
|
||||||
image: pomerium/pomerium:v0.8.0
|
image: pomerium/pomerium:latest
|
||||||
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=
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: "3"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
pomerium:
|
pomerium:
|
||||||
image: pomerium/pomerium:v0.8.0
|
image: pomerium/pomerium:latest
|
||||||
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.8.0 # or `build: .` to build from source
|
image: pomerium/pomerium:latest # or `build: .` to build from source
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- SERVICES=authenticate
|
- SERVICES=authenticate
|
||||||
|
@ -39,7 +39,7 @@ services:
|
||||||
- 443
|
- 443
|
||||||
|
|
||||||
pomerium-proxy:
|
pomerium-proxy:
|
||||||
image: pomerium/pomerium:v0.8.0 # or `build: .` to build from source
|
image: pomerium/pomerium:latest # or `build: .` to build from source
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- SERVICES=proxy
|
- SERVICES=proxy
|
||||||
|
@ -61,7 +61,7 @@ services:
|
||||||
- 443
|
- 443
|
||||||
|
|
||||||
pomerium-authorize:
|
pomerium-authorize:
|
||||||
image: pomerium/pomerium:v0.8.0 # or `build: .` to build from source
|
image: pomerium/pomerium:latest # or `build: .` to build from source
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- SERVICES=authorize
|
- SERVICES=authorize
|
||||||
|
@ -77,7 +77,7 @@ services:
|
||||||
- 443
|
- 443
|
||||||
|
|
||||||
pomerium-cache:
|
pomerium-cache:
|
||||||
image: pomerium/pomerium:v0.8.0 # or `build: .` to build from source
|
image: pomerium/pomerium:latest # or `build: .` to build from source
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- SERVICES=cache
|
- SERVICES=cache
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue