Initial commit

This commit is contained in:
Joan Cano
2023-04-19 15:59:20 +02:00
parent 760a3bd4e4
commit 3058a69535
5 changed files with 127 additions and 0 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
version: "3"
services:
tesla-raffle:
build: tesla-raffle
image: tesla-raffle:latest
container_name: tesla-raffle
restart: unless-stopped
environment:
- TELEGRAM_TOKEN=${TELEGRAM_TOKEN}
- ADMINISTRADORES=${ADMINISTRADORES}