Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
Doorcode
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Guardians of the Kretschmar Elock System
Doorcode
Commits
512f1f36
Commit
512f1f36
authored
Dec 15, 2020
by
Jacob Priddy
👌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
copy laravel env directly into container instead of voluming it
parent
bcaae787
Pipeline
#13216
failed with stages
in 4 minutes and 19 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
.gitlab-ci.yml
.gitlab-ci.yml
+1
-0
docker-compose.prod.yml
docker-compose.prod.yml
+0
-1
No files found.
.gitlab-ci.yml
View file @
512f1f36
...
...
@@ -103,6 +103,7 @@ deploy application:
-
docker build -t $DOORCODE_IMAGE_NAME -f prod.Dockerfile .
-
docker build --build-arg APP_IMAGE=$DOORCODE_IMAGE_NAME -t $NGINX_IMAGE_NAME -f nginx.Dockerfile .
-
sed -i "s/\(^DB_PASSWORD=\).*/\1$(cat $POSTGRES_PASSWORD)/" $PROJ_DIR/.env
-
cp $PROJ_DIR/.env .env
-
docker stack deploy -c docker-compose.prod.yml doorcode --prune
# Give it some time to spin up...
-
sleep
10
...
...
docker-compose.prod.yml
View file @
512f1f36
...
...
@@ -116,7 +116,6 @@ services:
timeout
:
3s
retries
:
3
volumes
:
-
$PROJ_DIR/.env:/var/www/backend/.env:ro
-
$PROJ_DIR/controller-bins:/var/www/backend/storage/app/controller/binaries:ro
-
$PROJ_DIR/simple-saml/cert:/var/simplesamlphp/cert:ro
-
$PROJ_DIR/simple-saml/config:/var/simplesamlphp/config:ro
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment