added git ssh support and ablity to download repo via zip, tar.gz, and bundle
This commit is contained in:
@@ -14,7 +14,7 @@ services:
|
||||
interval: 5s
|
||||
timeout: 5s
|
||||
retries: 10
|
||||
|
||||
|
||||
nats:
|
||||
image: mirror.gcr.io/nats:2-alpine
|
||||
restart: unless-stopped
|
||||
@@ -27,7 +27,7 @@ services:
|
||||
interval: 5s
|
||||
timeout: 5s
|
||||
retries: 10
|
||||
|
||||
|
||||
app:
|
||||
build: .
|
||||
container_name: fb-app
|
||||
@@ -40,6 +40,7 @@ services:
|
||||
DATABASE_URL: postgres://forgebucket:forgebucket@postgres:5432/forgebucket?sslmode=disable
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "2222:22"
|
||||
volumes:
|
||||
- fb_repo_data:/tmp/forgebucket/repos
|
||||
- fb_oci_data:/tmp/forgebucket/oci
|
||||
|
||||
Reference in New Issue
Block a user