Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
blockdb
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
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
blockchain
blockdb
Commits
37c6c0c5
Commit
37c6c0c5
authored
4 years ago
by
Robert Martin-Legene
Browse files
Options
Downloads
Patches
Plain Diff
switching to stable version of alpine
parent
86cc5505
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-8
1 addition, 8 deletions
README.md
postgres/Dockerfile
+1
-1
1 addition, 1 deletion
postgres/Dockerfile
with
2 additions
and
9 deletions
README.md
+
1
−
8
View file @
37c6c0c5
...
...
@@ -2,16 +2,9 @@
Baja los datos de todos los bloques y transacciones a un postgres.
# Version de postgres
Estoy usando un postgres corriendo en un alpine.
Por ahora el nombre del ultimo es
`postgres:13-alpine`
.
Al instalar fijate en
[
hub.docker.com
](
https://hub.docker.com
)
si hay uno
mas nuevo (y manda pull request para actualizar este repo).
## Usuarios
Editar la clave (es para el usuario admin nombrado
`postgres`
)
en
[
docker-compose.yml
](
docker-compose.yml
)
Editar el usuario y clave en
[
postgres/90-add-db-user.sh
](
postgres/90-add-db-user.sh
)
.
\ No newline at end of file
Editar el usuario y clave en
[
postgres/90-add-db-user.sh
](
postgres/90-add-db-user.sh
)
.
This diff is collapsed.
Click to expand it.
postgres/Dockerfile
+
1
−
1
View file @
37c6c0c5
FROM
postgres:
13-
alpine
FROM
postgres:alpine
COPY
??-* /docker-entrypoint-initdb.d/
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