Store timestamps as strings in the database to fix errors with postgres. Reviewed-on: #1 Co-authored-by: Michael Housh <michael@mhoush.com> Co-committed-by: Michael Housh <michael@mhoush.com>
This commit was merged in pull request #1.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user