initial verstion
This commit is contained in:
14
compose.yaml
Normal file
14
compose.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
heic-bot:
|
||||
image:
|
||||
build: .
|
||||
container_name: heic-converter
|
||||
environment:
|
||||
- BOT_TOKEN=${BOT_TOKEN}
|
||||
ports:
|
||||
- "8000:8000" # Prometheus Metrics
|
||||
- "8080:8080" # Health Checks
|
||||
volumes:
|
||||
# Optional: mount a local folder if you want to log to file
|
||||
- ./logs:/app/logs
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user