Skip to content

Commit

Permalink
aap-dev: redis doesn't need to bind to the host. (#2268)
Browse files Browse the repository at this point in the history
No-Issue

Signed-off-by: James Tanner <[email protected]>
  • Loading branch information
jctanner authored Sep 19, 2024
1 parent 786f862 commit 0e7b9db
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions aap_compose_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0e7b9db

Please sign in to comment.