services: shirocalc: container_name: shirocalc restart: unless-stopped environment: - TOKEN=${TOKEN} - PREFIX=${PREFIX} build: context: . dockerfile: Dockerfile