Skip to content
This repository was archived by the owner on Oct 3, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 507 Bytes

File metadata and controls

21 lines (13 loc) · 507 Bytes

eeag.docker

  1. Get the docker installation repository and the source code:

     git clone git@github.com:eftafmo/eeag.docker.git
    
  2. Starting the stack (production):

     cd eeag
     cp docker-compose.override-prod.yml.example docker-compose.override.yml
     cp web/web.prod.env.example web/web.env
     docker-compose up
    
  3. Starting the stack (test):

     cd eeag
     cp docker-compose.override-test.yml.example docker-compose.override.yml
     cp web/web.test.env.example web/web.env
     docker-compose -p eeag_test up