This commit is contained in:
shafi54 2026-03-24 00:53:12 +05:30
parent b5f790ecac
commit 5abffbfef6
2 changed files with 5 additions and 13 deletions

View file

@ -11,5 +11,9 @@ export default defineConfig({
mode: 'standalone'
}),
outDir: './dist',
site: 'https://mrcool.freshyo.in',
site: 'http://mrcool.freshyo.in',
server: {
host: '0.0.0.0',
port: 4321
}
});

View file

@ -1,12 +0,0 @@
version: '3.8'
services:
mrcool:
build: .
container_name: mrcool-app
ports:
- "4321:4321"
environment:
- TELEGRAM_BOT_TOKEN=${TELEGRAM_BOT_TOKEN}
- TELEGRAM_CHAT_ID=${TELEGRAM_CHAT_ID}
restart: unless-stopped