Skip to content

Commit

Permalink
Merge pull request #32 from DEFRA/failure-investigation-part-V
Browse files Browse the repository at this point in the history
Failure investigation part v
  • Loading branch information
feedmypixel authored Dec 19, 2024
2 parents 41d1c3f + e13c984 commit 1f5f4de
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ services:
selenium-chrome:

# Run locally on a mac
# image: selenium/standalone-chrome:119.0
image: selenium/standalone-chrome:latest
image: selenium/standalone-chrome:119.0
# image: selenium/standalone-chrome:latest
ports:
- 4444:4444
environment:
Expand All @@ -46,9 +46,6 @@ services:
################################################################################
localstack:
image: localstack/localstack:3.2.0
ports:
- 4566:4566
- 4510-4559:4510-4559
environment:
- LOCALSTACK_HOST=127.0.0.1
- SERVICES=s3,sqs,sns,dynamodb
Expand Down Expand Up @@ -82,8 +79,6 @@ services:
################################################################################
cdp-portal-frontend:
image: defradigital/cdp-portal-frontend:latest
ports:
- 3000:3000
extra_hosts:
- "host.docker.internal:host-gateway"
- "cdp.127.0.0.1.sslip.io:host-gateway"
Expand Down Expand Up @@ -113,8 +108,6 @@ services:
################################################################################
cdp-portal-backend:
image: defradigital/cdp-portal-backend:latest
ports:
- 5094:5094
extra_hosts:
- "host.docker.internal:host-gateway"
- "cdp.127.0.0.1.sslip.io:host-gateway"
Expand All @@ -138,8 +131,6 @@ services:
################################################################################
cdp-user-service-backend:
image: defradigital/cdp-user-service-backend:latest
ports:
- 3001:3001
extra_hosts:
- "host.docker.internal:host-gateway"
- "cdp.127.0.0.1.sslip.io:host-gateway"
Expand All @@ -164,8 +155,6 @@ services:
################################################################################
cdp-self-service-ops:
image: defradigital/cdp-self-service-ops:latest
ports:
- 3009:3009
extra_hosts:
- "host.docker.internal:host-gateway"
- "cdp.127.0.0.1.sslip.io:host-gateway"
Expand Down Expand Up @@ -193,8 +182,6 @@ services:
env_file:
- ./docker/config/defaults.env
- ./docker/config/cdp-portal-stubs.env
ports:
- 3939:3939
extra_hosts:
- "host.docker.internal:host-gateway"
- "cdp.127.0.0.1.sslip.io:host-gateway"
Expand Down

0 comments on commit 1f5f4de

Please sign in to comment.