Skip to content

benc/development-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker

My local docker setup

Initiele setup

Increase docker memory One time setup of the external networks: ./bin/initialize-network

CLI

./bin/console ${COMPONENT}
./bin/rebuild ${COMPONENT} # you can also use this for the 1st build
./bin/restart ${COMPONENT}
./bin/stop ${COMPONENT}
./bin/nuke ${COMPONENT}

Management

Traefik

Traefik is a reverse proxy

./bin/rebuild traefik

Portainer

Container management

./bin/rebuild portainer

MailCatcher

Mock SMTP

./bin/rebuild mailcatcher

Data stores

Postges

./bin/rebuild postgres

Install psql using homebrew:

brew install libpq

# Add libpq binaries to PATH
echo 'export PATH="/usr/local/opt/libpq/bin:$PATH"' >> ~/.zshrc

Neo4j

./bin/rebuild neo4j

Install cypher-shell using homebrew:

brew install cypher-shell

Elasticsearch

./bin/rebuild elasticsearch

Releases

No releases published

Packages

No packages published