request-bot/docker-compose.yml
Aidan 13fc5a032d
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 10s
add restarting to default compose file
2025-01-25 01:06:21 +00:00

6 lines
137 B
YAML

services:
request-bot:
image: "git.pontusmail.org/aidan/request-bot:latest"
volumes:
- .env:/app/.env
restart: always