Files
discord-timestamp-bot/compose.yml
2025-09-20 10:34:17 +05:30

18 lines
411 B
YAML

version: '3.8'
services:
discord-timestamp-bot:
image: ghcr.io/driftywinds/discord-timestamp-bot:latest
container_name: timestamp-bot
restart: unless-stopped
env_file:
- .env
volumes:
- ./.env:/app/.env:ro
# Uncomment the following lines if you want to see logs
# logging:
# driver: "json-file"
# options:
# max-size: "10m"
# max-file: "3"