Add Dockerfile and docker-compose.yml
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user