An open API service indexing awesome lists of open source software.

https://github.com/luizkowalski/docker-compose-files

docker-compose files for general purpose
https://github.com/luizkowalski/docker-compose-files

Last synced: 6 months ago
JSON representation

docker-compose files for general purpose

Awesome Lists containing this project

README

          

# docker-compose files
Some useful docker-compose files that I use in some projects

# Postgres master/slave repl
To access the master server locally, run `docker exec -it postgres-master psql -U postgres -c "alter user postgres with password 'postgres'"`