gaudi icon indicating copy to clipboard operation
gaudi copied to clipboard

Add Postgresql support

Open thromera opened this issue 10 years ago • 2 comments

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

thromera avatar Sep 02 '14 11:09 thromera

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

manuquentin avatar Sep 03 '14 09:09 manuquentin

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

thromera avatar Sep 03 '14 09:09 thromera