Add Dockerfile and docker-compose.yml

This commit is contained in:
David Birks 2020-08-19 00:23:04 -04:00
parent 2d69b3087f
commit d15d23539e
No known key found for this signature in database
GPG key ID: BB999F83D9A19A36
3 changed files with 46 additions and 1 deletions

View file

@ -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