From 2e425a54e046b3e016f3629017a9635bb14f08c7 Mon Sep 17 00:00:00 2001 From: James Tanner Date: Thu, 19 Sep 2024 09:08:38 -0400 Subject: [PATCH] Redis doesn't need to bind to the host. No-Issue Signed-off-by: James Tanner --- aap_compose_dev.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/aap_compose_dev.yaml b/aap_compose_dev.yaml index 8eadce5e8a..d9749fc43d 100644 --- a/aap_compose_dev.yaml +++ b/aap_compose_dev.yaml @@ -63,18 +63,13 @@ services: build: context: . dockerfile: Dockerfile - #image: galaxy_base_image:latest image: "localhost/galaxy_ng/galaxy_ng:base" redis: image: "redis:5" - ports: - - "6379:6379" postgres: image: "postgres:13" - #ports: - # - "5432:5432" environment: <<: *common-env healthcheck: