Files
TentacleBot/docker-compose.yml
Garret Patti 048005f0a8
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 37s
move secrets to env variables add palworld commands
2026-07-10 19:26:26 -04:00

11 lines
221 B
YAML

services:
tentaclebot:
image: git.gpatti.com/gpatti/tentaclebot:latest
build:
context: .
dockerfile: Dockerfile
container_name: tentaclebot
restart: unless-stopped
env_file:
- .env