Skip to content

Commit

Permalink
removing docker compose code
Browse files Browse the repository at this point in the history
  • Loading branch information
shahhussaindigitaljustice committed Jan 8, 2025
1 parent ec94763 commit 2567866
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
version: '3.1'
services:

hmpps-auth:
image: quay.io/hmpps/hmpps-auth:latest
networks:
- hmpps
container_name: hmpps-auth
ports:
- "9090:8080"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080/auth/health"]
environment:
- SPRING_PROFILES_ACTIVE=dev
- APPLICATION_AUTHENTICATION_UI_ALLOWLIST=0.0.0.0/0

app:
build:
context: .
Expand Down

0 comments on commit 2567866

Please sign in to comment.