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: