File tree Expand file tree Collapse file tree 4 files changed +6
-1
lines changed Expand file tree Collapse file tree 4 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 12
12
13
13
source .env
14
14
15
+ export FRONTEND_BUILD_CONTEXT=" https://${GH_TOKEN} @${FRONTEND_REPO_URL} #${FRONTEND_REF} "
16
+ export API_BUILD_CONTEXT=" https://${GH_TOKEN} @${API_REPO_URL} #${API_REF} "
17
+ export BACKEND_BUILD_CONTEXT=" https://${GH_TOKEN} @${BACKEND_REPO_URL} #${BACKEND_REF} "
15
18
16
19
# Create temporary container to copy nginx config
17
20
docker volume create project_nginx_conf
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ echo $API_BUILD_CONTEXT
11
11
echo $BACKEND_BUILD_CONTEXT
12
12
13
13
# Run Docker Compose
14
- docker-compose --profile core -f docker-compose.local.yaml up --build -d
14
+ ./bin/up_local.sh
File renamed without changes.
Original file line number Diff line number Diff line change
1
+ #! /bin/bash
2
+ docker-compose --profile core -f docker-compose.local.yaml up --build -d
You can’t perform that action at this time.
0 commit comments