Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 409 Bytes

readme.md

File metadata and controls

16 lines (10 loc) · 409 Bytes

Golang Graphql DDD app

Deployment

  1. Copy docker/.env-sample to .env.
  2. Update the environment variables in the .env file (if needed).
  3. Build the images and run the containers:
deploy compose -f deploy-compose.yaml --env-file=deploy/.env up -d --build

Test it out at http://localhost:824. No mounted folders. To apply changes, the image must be re-built.