Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
clarin-dspace
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
commul
docker
clarin-dspace
Commits
6f0fd150
Commit
6f0fd150
authored
7 years ago
by
Alexander König
Browse files
Options
Downloads
Patches
Plain Diff
adapted postgres config
parent
5bf4029c
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dockerfiles/Dockerfile.psql
+4
-1
4 additions, 1 deletion
dockerfiles/Dockerfile.psql
dockerfiles/commul-customization/postgresql.conf
+643
-0
643 additions, 0 deletions
dockerfiles/commul-customization/postgresql.conf
with
647 additions
and
1 deletion
dockerfiles/Dockerfile.psql
+
4
−
1
View file @
6f0fd150
FROM postgres:9.6
.3
FROM postgres:9.6
LABEL maintainer="Alexander König <Alexander.Koenig@eurac.edu>"
# install git
...
...
@@ -9,6 +9,9 @@ RUN apt-get update &&\
RUN mkdir -p /docker-entrypoint-initdb.d
COPY commul-customization/init-dspace-dbs.sh /docker-entrypoint-initdb.d/
# copy over modified config file
COPY commul-customization/postgresql.conf /var/lib/postgresql/data/pgdata/
# copy utilities generating script
RUN mkdir /tmp/sql/
COPY adapt_utilities_sql.sh /tmp/sql/
...
...
This diff is collapsed.
Click to expand it.
dockerfiles/commul-customization/postgresql.conf
0 → 100644
+
643
−
0
View file @
6f0fd150
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment