generated from corysanin/nodejs-web-template
14 lines
272 B
YAML
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
|