Restart container on exit from unhandled api error
This commit is contained in:
parent
339ae68ae9
commit
802a95a118
@ -2,8 +2,11 @@ version: '3'
|
||||
services:
|
||||
serge-discord-bot:
|
||||
container_name: serge-discord-bot
|
||||
restart: unless-stopped
|
||||
build:
|
||||
context: .
|
||||
volumes:
|
||||
- ${DATA_DIR}/rai-bot:/app/cache
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
## Env Vars for rAi chatbot
|
||||
|
Loading…
Reference in New Issue
Block a user