From 8c00334f34d7c51534ec97e4834dd08b1c3a94ff Mon Sep 17 00:00:00 2001 From: drifty Date: Sat, 20 Sep 2025 10:33:55 +0530 Subject: [PATCH] Add files via upload --- compose.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 compose.yml diff --git a/compose.yml b/compose.yml new file mode 100644 index 0000000..b223db8 --- /dev/null +++ b/compose.yml @@ -0,0 +1,17 @@ +version: '3.8' + +services: + discord-timestamp-bot: + image: ghcr.io/driftywinds/discord-timestamp-bot + 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"