fix: compose not following node best practices

This commit is contained in:
Huskydog9988
2025-05-29 14:18:57 -04:00
parent 4fba02dde3
commit 93bbb22232
+3
View File
@@ -18,6 +18,9 @@ services:
- POSTGRES_DB=drop
drop:
image: ghcr.io/drop-oss/drop:latest
stdin_open: true
tty: true
init: true
depends_on:
postgres:
condition: service_healthy