a
This commit is contained in:
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
download-compare:
|
||||
build: .
|
||||
environment:
|
||||
- GIT_REPO_URL=${GIT_REPO_URL}
|
||||
- GIT_USERNAME=${GIT_USERNAME}
|
||||
- GIT_EMAIL=${GIT_EMAIL}
|
||||
- GIT_BRANCH=${GIT_BRANCH:-main}
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
- ./.git:/app/.git
|
||||
working_dir: /app
|
||||
Reference in New Issue
Block a user