Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
atdb-ldv
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
ASTRON SDC
atdb-ldv
Commits
4b11c99e
"SAS/TMSS/git@git.astron.nl:ro/lofar.git" did not exist on "9b93d157651636372fe4a25f4b8c4081df62968f"
Commit
4b11c99e
authored
4 years ago
by
Nico Vermaas
Browse files
Options
Downloads
Patches
Plain Diff
experimenting with postgres config
parent
c341c078
No related branches found
No related tags found
No related merge requests found
Pipeline
#7140
passed
4 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
atdb/docker/postgres/Dockerfile
+1
-1
1 addition, 1 deletion
atdb/docker/postgres/Dockerfile
with
1 addition
and
1 deletion
atdb/docker/postgres/Dockerfile
+
1
−
1
View file @
4b11c99e
...
@@ -40,7 +40,7 @@ RUN echo "host all all 0.0.0.0/0 md5" >> /etc/postgresql/9.4/main/pg_hba.co
...
@@ -40,7 +40,7 @@ RUN echo "host all all 0.0.0.0/0 md5" >> /etc/postgresql/9.4/main/pg_hba.co
RUN
echo
"listen_addresses='*'"
>>
/etc/postgresql/9.4/main/postgresql.conf
RUN
echo
"listen_addresses='*'"
>>
/etc/postgresql/9.4/main/postgresql.conf
# Add VOLUMEs to allow backup of config, logs and databases
# Add VOLUMEs to allow backup of config, logs and databases
#
VOLUME ["/etc/postgresql", "/var/log/postgresql", "/var/lib/postgresql"]
VOLUME
["/etc/postgresql", "/var/log/postgresql", "/var/lib/postgresql"]
# Set the default command to run when starting the container
# Set the default command to run when starting the container
CMD
["/usr/lib/postgresql/9.4/bin/postgres", "-D", "/var/lib/postgresql/9.4/main", "-c", "config_file=/etc/postgresql/9.4/main/postgresql.conf"]
CMD
["/usr/lib/postgresql/9.4/bin/postgres", "-D", "/var/lib/postgresql/9.4/main", "-c", "config_file=/etc/postgresql/9.4/main/postgresql.conf"]
...
...
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