mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Add Dockerfile and docker-compose.yml
This commit is contained in:
parent
2d69b3087f
commit
d15d23539e
3 changed files with 46 additions and 1 deletions
10
README.md
10
README.md
|
|
@ -1,6 +1,6 @@
|
|||
# umami
|
||||
|
||||
## Installation
|
||||
## Installation from source
|
||||
|
||||
### Get the source code
|
||||
|
||||
|
|
@ -87,6 +87,14 @@ By default this will launch the application on `http://localhost:3000`. You will
|
|||
[proxy](https://docs.nginx.com/nginx/admin-guide/web-server/reverse-proxy/) requests from your web server
|
||||
or change the [port](https://nextjs.org/docs/api-reference/cli#production) to serve the application directly.
|
||||
|
||||
## Installation with Docker
|
||||
|
||||
To build the umami container and start up a Postgres database, run:
|
||||
|
||||
```
|
||||
docker-compose up
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
Loading…
Add table
Add a link
Reference in a new issue