Commit Graph

7 Commits

Author SHA1 Message Date
Orhun Parmaksız 900e3e5734
Update the links for current repository 2022-07-21 14:31:09 +02:00
Philip Bergqvist c5d775ce72
Consider adding restart policy to docker-compose.yml
It might be a good idea to add a restart policy to the default `docker-compose.yml` file.

Either: `restart: always` or `restart: unless-stopped`

Useful in case Umami crashes for some reason (see #721)

This is also useful in case the server restarts, so Umami starts up again after rebooting.

https://docs.docker.com/config/containers/start-containers-automatically/
2021-07-10 17:05:01 +08:00
Anders 413f64fed6
Update docker-compose.yml
postgres was updated to version 13 which is not supported in current configuration, stay at version 12 until resolved
2020-09-25 07:25:06 +02:00
Hugo Müller-Downing 7dd5d97279 Use GitHub Container Registry for Docker images
GHCR allows images to be pulled anonymously
2020-09-06 15:48:46 +10:00
Hugo Müller-Downing 73ea516a7a Add DATABASE_TYPE environment variable
Determines which Prisma schema to use
2020-08-23 10:46:33 +10:00
Cobin Bluth d1c7f2162b fix docker-compose 2020-08-22 12:00:35 +02:00
David Birks d15d23539e
Add Dockerfile and docker-compose.yml 2020-08-19 00:25:05 -04:00