Files
TentacleBot/docker-compose.yml
Garret Patti a794e387f3
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 16s
add memory
2026-07-11 10:06:48 -04:00

13 lines
238 B
YAML

services:
tentaclebot:
image: git.gpatti.com/gpatti/tentaclebot:latest
container_name: tentaclebot
restart: unless-stopped
env_file:
- .env
volumes:
- tentaclebot_data:/data
volumes:
tentaclebot_data: