Commit Graph

6 Commits (ae74c4f64e43475207e6d17f849010d92340080c)

Author SHA1 Message Date
Kipras Melnikovas ae74c4f64e
feat: allow building image from docker compose
I don't know if this might have other implications (like whether or not it would default to pulling or building a newer image once you want to update),

but I found this useful when e.g. implementing a translation and the `yarn dev` thingie just didn't work, thus building the docker image right from `docker-compose build` or just `docker-compose up --build`.

Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
2021-05-18 02:21:05 +03: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