Skip to content

Commit

Permalink
Use minio in the community profile. (#1874)
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 11, 2023
1 parent 3425a7d commit 133f6a2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions dev/oci_env_integration/oci_env_configs/community.compose.env
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
COMPOSE_PROFILE=galaxy_ng/base:galaxy_ng/community
COMPOSE_PROFILE=galaxy_ng/base:galaxy_ng/community:pminio
COMPOSE_PROJECT_NAME=ci-community

DEV_SOURCE_PATH=galaxy_ng
COMPOSE_BINARY=docker
SETUP_TEST_DATA=1
UPDATE_UI=0
ENABLE_SIGNING=2
ENABLE_SIGNING=0
HUB_API_ROOT=http://localhost:5001/api/

DJANGO_SUPERUSER_USERNAME=admin
Expand All @@ -17,3 +17,6 @@ SOCIAL_AUTH_GITHUB_SECRET='abcd1234'

PULP_GALAXY_API_PATH_PREFIX=/api/

S3_ENDPOINT_URL=http://localhost:11651
MINIO_CONSOLE_PORT=7812
MINIO_PORT=11651

0 comments on commit 133f6a2

Please sign in to comment.