feat: Configure app service to restart automatically in Docker Compose and replace file-based restart trigger with process.exit().

This commit is contained in:
syntaxbullet
2025-12-24 14:28:23 +01:00
parent 2106f06f8f
commit 83984faeae
2 changed files with 4 additions and 7 deletions

View File

@@ -13,6 +13,7 @@ services:
- ./src/db/log:/var/log/postgresql
app:
container_name: aurora_app
restart: unless-stopped
image: aurora-app
build:
context: .