Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add make target and compose file for DAB. #2104

Merged
merged 1 commit into from
Mar 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -301,3 +301,7 @@ oci/ldap:
.PHONY: oci/community
oci/community:
dev/oci_start community

.PHONY: oci/dab
oci/dab:
dev/oci_start dab
15 changes: 15 additions & 0 deletions dev/oci_env_integration/oci_env_configs/dab.compose.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
COMPOSE_PROFILE=galaxy_ng/base:galaxy_ng/dab
COMPOSE_PROJECT_NAME=ci-dab

DEV_SOURCE_PATH=galaxy_ng
rochacbruno marked this conversation as resolved.
Show resolved Hide resolved
COMPOSE_BINARY=docker
SETUP_TEST_DATA=1
UPDATE_UI=0
ENABLE_SIGNING=0
HUB_API_ROOT=https://localhost/api/hub

DJANGO_SUPERUSER_USERNAME=admin
DJANGO_SUPERUSER_PASSWORD=admin

PULP_GALAXY_API_PATH_PREFIX=/api/hub
PULP_ANALYTICS=false
Loading