Initial commit, refactored some things from original code and removed WP functionality
This commit is contained in:
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
version: "3"
|
||||
|
||||
services:
|
||||
bot-amazon-telegram:
|
||||
build: bot
|
||||
image: amazon-telegram
|
||||
container_name: bot-amazon-telegram
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- TELEGRAM_API_KEY=${TELEGRAM_API_KEY}
|
||||
- baseURL=${baseURL}
|
||||
- affiliate_tag=${affiliate_tag}
|
||||
Reference in New Issue
Block a user