feat: add job queue

This commit is contained in:
Ephraim Atta-Duncan
2024-04-07 18:30:16 +00:00
parent fc70f78e61
commit 53abb8f00b
7 changed files with 315 additions and 4 deletions

View File

@ -11,6 +11,17 @@ services:
ports:
- 54320:5432
queue:
image: postgres:15
container_name: queue
user: postgres
command: -c jit=off
environment:
POSTGRES_PASSWORD: password
POSTGRES_DB: queue
ports:
- 54321:5432
inbucket:
image: inbucket/inbucket
container_name: mailserver