add oathkeeper container name

This commit is contained in:
Karol Wypchlo 2020-12-15 17:24:41 +01:00
parent ed04aa0e74
commit 149cb12609
1 changed files with 2 additions and 2 deletions

View File

@ -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: