diff --git a/server/deploy-template/compose.yml b/server/deploy-template/compose.yml index f96edcd2..f8ea3444 100644 --- a/server/deploy-template/compose.yml +++ b/server/deploy-template/compose.yml @@ -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