Commit graph

15 commits

Author SHA1 Message Date
Martin Dahlö
cf0e124dc6
🐛 Removed database port number from docker-compose.yml DATABASE_URL (#1132)
Co-authored-by: Luke Vella <me@lukevella.com>
2024-06-10 12:20:25 +01:00
Luke Vella
685f49b4c2
🧑‍💻 Improve developer experience (#1140) 2024-06-09 22:08:02 +01:00
Luke Vella
95feb9f01a
♻️ Switch to app router (#922) 2023-11-06 09:15:49 +00:00
Luke Vella
7a5f9ae474
Self-Hosting Update (#842) 2023-09-11 15:34:55 +01:00
Luke Vella
0a836aeec7
♻️ Switch to turborepo (#532) 2023-03-01 14:10:06 +00:00
Luke Vella
e5ebf87390
Self hosting repo (#394) 2023-01-12 20:33:39 +00:00
Luke Vella
aa8810a9db
Set prisma binaryTargets (#387) 2023-01-11 18:20:54 +00:00
Sam A
e34e1e9eba
CI/CD: Automatically publish Docker image (#349) 2022-11-07 09:48:33 +00:00
Lars Haalck
d4bebbc0f2
Remove DATABASE_URL from Dockerfile (#328) 2022-10-11 09:31:58 +00:00
Matthew Precious
8aa63acf93
Move prisma command to Dockerfile (#270)
This is required for a successful startup, so this makes it the
default command rather than requiring it to be overridden in the
compose file.

Co-authored-by: Luke Vella <me@lukevella.com>
2022-08-01 11:36:34 +01:00
Luke Vella
6ece49e958
Remove base url arg (#253)
Close #251
2022-07-28 14:10:01 +01:00
Trammell Hudson
f65fe76863
docker-compose: pass schema to migrate deploy (#182)
This patch passes the explicit path to the prisma schema so
that the initial table creation is performed.  Otherwise the
command will print:

    No migration found in prisma/migrations

And attempting to create a poll produces the postgres error:

    ERROR:  relation "public.users" does not exist at character 35
    STATEMENT:  SELECT "public"."users"."id" FROM "public"."users" WHERE "public"."users"."email" = $1 OFFSET $2

Signed-off-by: Trammell Hudson <hudson@trmm.net>
2022-05-19 20:05:06 +01:00
Luke Vella
c07885beee
Fix missing base url during docker build (#180) 2022-05-19 16:48:48 +01:00
Luke Vella
f48658a5d8 Move away from sendgrid 2022-04-13 14:55:29 +01:00
Luke Vella
e05cd62e53 First public commit 2022-04-12 07:14:28 +01:00