services:
|
|
github-graphs:
|
|
build:
|
|
dockerfile: Dockerfile
|
|
image: graph-app
|
|
container_name: github-graphs
|
|
env_file:
|
|
- .env
|
|
ports:
|
|
- "4002:4002"
|