mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-06-22 04:11:32 +10:00
fix: compose not following node best practices
This commit is contained in:
@@ -18,6 +18,9 @@ services:
|
|||||||
- POSTGRES_DB=drop
|
- POSTGRES_DB=drop
|
||||||
drop:
|
drop:
|
||||||
image: ghcr.io/drop-oss/drop:latest
|
image: ghcr.io/drop-oss/drop:latest
|
||||||
|
stdin_open: true
|
||||||
|
tty: true
|
||||||
|
init: true
|
||||||
depends_on:
|
depends_on:
|
||||||
postgres:
|
postgres:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|||||||
Reference in New Issue
Block a user