Skip to content

Commit

Permalink
Add make target and compose file for DAB.
Browse files Browse the repository at this point in the history
No-Issue

Signed-off-by: James Tanner <[email protected]>
  • Loading branch information
jctanner committed Mar 25, 2024
1 parent 6af55dc commit daa5dd7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
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
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

0 comments on commit daa5dd7

Please sign in to comment.