Skip to content

Commit

Permalink
Added dockerignore and amended README
Browse files Browse the repository at this point in the history
  • Loading branch information
andrej-s authored and agateblue committed Aug 4, 2023
1 parent b0625ea commit 6c2761c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,3 +334,14 @@ Then:
- go to http://localhost:5984/_utils/#/_config and enable CORS.
- Create a user and a database
- Setup sync in Tempo's web UI

### Deploying using Docker

If you want to deploy Tempo using Docker, you can use our Dockerfile:

```shell
docker build -t tempo .
docker run --rm -p 8097:80 tempo
```

The image includes an Nginx server and a compiled bundle of Tempo assets.

0 comments on commit 6c2761c

Please sign in to comment.