Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 259 Bytes

File metadata and controls

19 lines (13 loc) · 259 Bytes

Docker Services

Copy and modify the environment variable file:

cp .env.example .env

Start Services

docker-compose up -d {service1} {service2} ...

Stop Services

docker-compose down {service1} {service2} ...