Files
chore-chart/docker-compose.yml
Cory Sanin 0e812e585c
All checks were successful
App Image CI / Build app image (push) Successful in 20s
NPM Audit Check / Check NPM audit (push) Successful in -2m11s
Grocy api
2025-10-14 01:18:42 -05:00

14 lines
272 B
YAML

version: '2'
services:
chore-chart:
container_name: chore-chart
build:
context: ./
dockerfile: Dockerfile
restart: "no"
ports:
- 8080:8080
volumes:
- ./config:/usr/src/app/config