wip: docker

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-01-14 07:39:02 +01:00
parent 1b10371940
commit 719a82f1c4
68 changed files with 3105 additions and 328 deletions

5
.env.example Normal file
View File

@@ -0,0 +1,5 @@
# Ready for docker-compose
REDIS_URL="redis://127.0.0.1:6379"
DATABASE_URL="postgres://username:password@127.0.0.1:5435/postgres?sslmode=disable"
NEXTAUTH_SECRET="secret_sauce"
NEXTAUTH_URL="http://localhost:3000"