forked from syntaxbullet/AuroraBot-discord
feat: Configure app service to restart automatically in Docker Compose and replace file-based restart trigger with process.exit().
This commit is contained in:
@@ -13,6 +13,7 @@ services:
|
||||
- ./src/db/log:/var/log/postgresql
|
||||
app:
|
||||
container_name: aurora_app
|
||||
restart: unless-stopped
|
||||
image: aurora-app
|
||||
build:
|
||||
context: .
|
||||
|
||||
Reference in New Issue
Block a user