enh
This commit is contained in:
parent
b5f790ecac
commit
5abffbfef6
2 changed files with 5 additions and 13 deletions
|
|
@ -11,5 +11,9 @@ export default defineConfig({
|
||||||
mode: 'standalone'
|
mode: 'standalone'
|
||||||
}),
|
}),
|
||||||
outDir: './dist',
|
outDir: './dist',
|
||||||
site: 'https://mrcool.freshyo.in',
|
site: 'http://mrcool.freshyo.in',
|
||||||
|
server: {
|
||||||
|
host: '0.0.0.0',
|
||||||
|
port: 4321
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -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
|
|
||||||
Loading…
Add table
Reference in a new issue