diff options
| author | Brandon Eng <bce25@cornell.edu> | 2024-01-17 21:42:00 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-17 09:42:00 -0500 |
| commit | ff6b84ff8818ee96f1d6cf479f72b2127eddec43 (patch) | |
| tree | d9d4c3a6293f5844308774fe8f94bd5c09561187 /compose.yaml | |
| parent | 6b6d58e95ec018c695e9d865b8136319ad93e825 (diff) | |
Group expenses (#48)
* Group expenses my date
* Group expenses my date
* typescript errors
* prettier
* getExpenseGroup
* update logic to use dayjs
* clean up
Diffstat (limited to 'compose.yaml')
| -rw-r--r-- | compose.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compose.yaml b/compose.yaml index 86a4656..9f28da6 100644 --- a/compose.yaml +++ b/compose.yaml @@ -8,7 +8,7 @@ services: depends_on: db: condition: service_healthy - + db: image: postgres:latest ports: @@ -18,7 +18,7 @@ services: volumes: - /var/lib/postgresql/data:/var/lib/postgresql/data healthcheck: - test: ["CMD-SHELL", "pg_isready -U postgres"] + test: ['CMD-SHELL', 'pg_isready -U postgres'] interval: 5s timeout: 5s retries: 5 |
