- simplify imports

- update translations
- convert image to base64 before sending to printer
- update development docs
This commit is contained in:
Amruth Pillai
2026-01-22 15:46:09 +01:00
parent 5d73998f82
commit 0bc53b9c2a
165 changed files with 13246 additions and 13465 deletions
+3 -6
View File
@@ -2,7 +2,7 @@ name: reactive_resume
services:
postgres:
image: postgres:18
image: postgres:latest
restart: unless-stopped
environment:
POSTGRES_DB: postgres
@@ -20,15 +20,12 @@ services:
browserless:
image: ghcr.io/browserless/chromium:latest
restart: unless-stopped
ports:
- "4000:3000"
extra_hosts:
- "host.docker.internal:host-gateway"
environment:
- QUEUED=10
- QUEUED=30
- HEALTH=true
- CONCURRENT=20
- TOKEN=1234567890
- EXTERNAL=http://localhost:4000
healthcheck:
test:
["CMD", "curl", "-f", "http://localhost:3000/pressure?token=1234567890"]