Files
tesla-raffle/docker-compose.yml
2023-04-19 15:59:20 +02:00

11 lines
256 B
YAML

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}