Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 268 Bytes

File metadata and controls

12 lines (10 loc) · 268 Bytes

docker-compose-examples

docker-compose examples for running services in a local development environment.

$ cd service-name
$ cp .env.example .env # then, modify vars
$ alias dc=docker-compose
$ dc up -d # then, use the service
$ dc logs -f
$ dc down