feat: Store timestamps as strings in the database, which was causing postgres errors.
Some checks failed
CI / Linux Tests (pull_request) Failing after 5m46s

This commit is contained in:
2026-02-11 16:44:39 -05:00
parent f385fcdc28
commit fe06508405
12 changed files with 54 additions and 20 deletions

View File

@@ -1,4 +1,3 @@
services:
db:
image: docker.io/postgres:18
@@ -8,7 +7,9 @@ services:
- ./data:/var/lib/postgresql
app:
image: ghcr.io/m-housh/ductcalc:latest
build:
dockerfile: docker/Dockerfile
context: .
restart: unless-stopped
env_file: .env
depends_on: