15 lines
245 B
YAML
15 lines
245 B
YAML
services:
|
|
git-activity-merge:
|
|
build: .
|
|
container_name: git-activity-merge
|
|
ports:
|
|
- "8000:8000"
|
|
env_file:
|
|
- .env
|
|
volumes:
|
|
- activity_cache:/app/cache
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
activity_cache:
|