This repository has been archived on 2023-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
current-kwh-cost/docker-compose.yml
2022-11-17 16:42:35 +00:00

14 lines
222 B
YAML

version: "3.4"
services:
currentkwhcost:
image: currentkwhcost
restart: always
build:
context: .
dockerfile: ./Dockerfile
environment:
NODE_ENV: production
ports:
- 3000:3000