Skip to content
This repository has been archived by the owner on May 4, 2019. It is now read-only.

Add Postgresql support #84

Open
thromera opened this issue Sep 2, 2014 · 2 comments
Open

Add Postgresql support #84

thromera opened this issue Sep 2, 2014 · 2 comments

Comments

@thromera
Copy link

thromera commented Sep 2, 2014

Postgresql is a really common setup choice for Database, it would be cool to have it in the builder :)

@manuquentin
Copy link
Contributor

Good idea. Can you make a pull request to integrate it ?

You can also use container from the index with the index like :

db:
        type: index
        image: paintedfox/postgresql
        volumes:
            /data/postgresql/: /data
        environments:
            USER: docker
            PASS: docker
            DB: myDB
        ports:
            5432: 5432

Thanks

@thromera
Copy link
Author

thromera commented Sep 3, 2014

I unfortunately don 't have much time. Will look into it later.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants