Skip to content

Commit

Permalink
Readme: docker compose instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
hombit authored Oct 28, 2024
1 parent 54a6b47 commit 94b8147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ Environment variables to configure the server, see default values in `config.py`
You could run a development version of the server at `http://127.0.0.1:8050` using `docker-compose.dev.yml` file:

```sh
docker compose -f docker-compose.dev.yml up --build
docker compose -f docker-compose.yml -f docker-compose.dev.yml up --build
```

This will run Dash/Flask server in debug mode and will reload the server on code changes if you mount the source code directory `ztf_viewer` as a volume:

```sh
docker compose -f docker-compose.dev.yml -f docker-compose.dev.local.yml up --build
docker compose -f docker-compose.yml -f docker-compose.dev.yml -f docker-compose.dev.local.yml up --build
```

### Running without docker
Expand Down

0 comments on commit 94b8147

Please sign in to comment.