Skip to content

Commit

Permalink
Bump image-version for oauth
Browse files Browse the repository at this point in the history
  • Loading branch information
mbjtrifork committed Sep 12, 2023
1 parent 904f1ad commit ac2695c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker-compose/oauth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ services:
hostname: cheetahoauthsimulator
ports:
- "1752:80"
image: ${DOCKER_REGISTRY-}cheetah-oauth-simulator:latest
image: ${DOCKER_REGISTRY-}cheetah-oauth-simulator:main-6159635761
platform: linux/amd64
stop_grace_period: 1s
environment:
#- ASPNETCORE_ENVIRONMENT=Development
- OAuth__Mode=Asymmetric
Expand All @@ -23,7 +22,7 @@ services:
hostname: cheetahoauthsimulator
ports:
- "1852:1852"
image: ${DOCKER_REGISTRY-}cheetah-oauth-simulator:latest
image: ${DOCKER_REGISTRY-}cheetah-oauth-simulator:main-6159635761
platform: linux/amd64
environment:
- ASPNETCORE_ENVIRONMENT=Development
Expand Down

0 comments on commit ac2695c

Please sign in to comment.