add restarting to default compose file
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 10s

This commit is contained in:
Aidan 2025-01-25 01:06:21 +00:00
parent 347a2c836e
commit 13fc5a032d

View File

@ -2,4 +2,5 @@ services:
request-bot: request-bot:
image: "git.pontusmail.org/aidan/request-bot:latest" image: "git.pontusmail.org/aidan/request-bot:latest"
volumes: volumes:
- .env:/app/.env - .env:/app/.env
restart: always