Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arkindex
Backend
Merge requests
!2251
Boot quickly Arkindex
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Boot quickly Arkindex
quick-boot
into
master
Overview
0
Commits
27
Pipelines
0
Changes
2
Merged
Bastien Abadie
requested to merge
quick-boot
into
master
1 year ago
Overview
0
Commits
27
Pipelines
0
Changes
2
Expand
use mkcert to build CA and cert instead of relying on our own CA
run minimal services through docker compose from the backend
use a single cantaloupe instance to expose multiple buckets, thus allowing ingestion
document quick boot guide in README and remove deprecated Makefile commands
add a docker-compose for building backend + frontend, fully replacing archi repo
skip SSL verification against minio on ark.localhost and IIIF local servers
update bootstrap command for new IIIF servers
keep using the previously created docker volumes for easier dev migration
Use RQ worker-pool to get multiple workers in parallel to support worker activities init
Edited
1 year ago
by
Bastien Abadie
0
0
Merge request reports
Viewing commit
91b072b8
Show latest version
2 files
+
0
−
28
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
91b072b8
Remove teklia dev ca
· 91b072b8
Bastien Abadie
authored
1 year ago
base/Dockerfile
+
0
−
5
Options
@@ -6,8 +6,3 @@ RUN /bootstrap.sh
# Add unprivilegied user
RUN
addgroup
--gid
1000 teklia
&&
adduser
--disabled-login
--uid
1000
--ingroup
teklia ark
# Add archi local CA
COPY
./dev-ca.pem /usr/local/share/ca-certificates/arkindex-dev.crt
RUN
update-ca-certificates
ENV
REQUESTS_CA_BUNDLE /etc/ssl/certs/ca-certificates.crt
Loading