Initial commit
This commit is contained in:
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal 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}
|
||||
Reference in New Issue
Block a user