first commit
This commit is contained in:
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
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:
|
||||
Reference in New Issue
Block a user