Files
PICable/docker-compose.yml
T
2025-11-18 15:18:10 +00:00

9 lines
199 B
YAML

services:
picable:
build: .
container_name: picable
environment:
- PICABLE_DISCORD_TOKEN=yourdiscordtoken
- PICABLE_GITHUB_TOKEN=yourgithubtoken
restart: unless-stopped