docker-compose.yaml hinzugefügt
This commit is contained in:
parent
0ae5bd1463
commit
f15cf856cf
22
docker-compose.yaml
Normal file
22
docker-compose.yaml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user