소스 검색

updating README

main
Simon Bowie 3 주 전
부모
커밋
53d22c0ffb
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +3
    -1
      README.md

+ 3
- 1
README.md 파일 보기

@@ -28,10 +28,12 @@ The API is relatively open and is available at ./api

### environment files

To deploy this environment, first copy env.template to a new file, env.dev. Fill in the appropriate environment variables.
To deploy this environment, first copy .env.template to a new file, .env. Fill in the appropriate environment variables.

### Docker Compose

Copy the appropriate Docker Compose file to docker-compose.yml based on whether you want to run Nginx from the same Docker Compose file or not.

In the command line, navigate to the directory where this repository is stored on your local machine and run:

`docker compose up -d --build`

Loading…
취소
저장