docker-compose.yaml hinzugefügt

This commit is contained in:
ThePain 2024-07-29 15:27:30 +00:00
parent 0ae5bd1463
commit f15cf856cf

22
docker-compose.yaml Normal file
View File

@ -0,0 +1,22 @@
version: "3.8"
services:
sageai-bot:
container_name: StarPaymentTestBot
build: .
environment:
API_ID: ${API_ID}
API_HASH: ${API_HASH}
BOT_TOKEN: ${BOT_TOKEN}
restart: unless-stopped
healthcheck:
test:
- CMD
- curl
- '-f'
- 'http://localhost:3000'
interval: 2s
timeout: 10s
retries: 15