diff --git a/compose.yaml b/compose.yaml index 0a7166a..0d7a05c 100644 --- a/compose.yaml +++ b/compose.yaml @@ -14,6 +14,7 @@ services: environment: NODE_ENV: production DISCORD_TOKEN: ${DISCORD_TOKEN} + restart: unless-stopped pull_policy: build # The commented out section below is an example of how to define a PostgreSQL