A PostgreSQL container ready to be used with docker-stash.
Create and name the database container:
docker run --name stash-postgres -d ahaasler/stash-postgres ```
Use it in the Stash container:
docker run --name stash --link stash-postgres:stash-postgres -d -p 7990:7990 -p 7999:7999 ahaasler/stash ```
See docker-stash for more information on the stash container.
You can use these environment variables to configure your stash postgres instance:
stashdb).stash).password).They should be passed to the docker run command:
docker run --name stash-postgres -d -e STASH_DB_NAME=stashdatabase -e STASH_DB_USER=stashdbuser -e STASH_DB_PASS=p455w0rd ahaasler/stash-postgres
This image is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.
Content type
Image
Digest
sha256:d976c2d8c…
Size
78.4 MB
Last updated
almost 11 years ago
docker pull ahaasler/stash-postgres