add oathkeeper container name
This commit is contained in:
parent
ed04aa0e74
commit
149cb12609
|
@ -263,13 +263,13 @@ services:
|
||||||
|
|
||||||
oathkeeper:
|
oathkeeper:
|
||||||
image: oryd/oathkeeper:v0.38
|
image: oryd/oathkeeper:v0.38
|
||||||
|
container_name: oathkeeper
|
||||||
depends_on:
|
depends_on:
|
||||||
- kratos
|
- kratos
|
||||||
expose:
|
expose:
|
||||||
- 4455
|
- 4455
|
||||||
- 4456
|
- 4456
|
||||||
command:
|
command: serve proxy -c "/etc/config/oathkeeper/oathkeeper.yml"
|
||||||
serve proxy -c "/etc/config/oathkeeper/oathkeeper.yml"
|
|
||||||
environment:
|
environment:
|
||||||
- LOG_LEVEL=debug
|
- LOG_LEVEL=debug
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Reference in New Issue