mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
23 lines
516 B
Bash
23 lines
516 B
Bash
# ===== Paths =====
|
|
VOL_PATH=/data
|
|
VOL_PROJECTS=/data/projects
|
|
|
|
# ===== Activepieces =====
|
|
ACTIVEPIECES_IMAGE=ghcr.io/activepieces/activepieces:0.44.0
|
|
ACTIVEPIECES_RESTART=unless-stopped
|
|
ACTIVEPIECES_PORT=8080
|
|
ACTIVEPIECES_DOMAIN=localhost
|
|
|
|
# ===== Required Secrets =====
|
|
# Generate with: openssl rand -hex 16
|
|
AP_ENCRYPTION_KEY=changeme
|
|
# Generate with: openssl rand -hex 32
|
|
AP_JWT_SECRET=changeme
|
|
|
|
# ===== Database =====
|
|
AP_POSTGRES_PASSWORD=changeme
|
|
|
|
# ===== Redis =====
|
|
# AP_REDIS_HOST=redis
|
|
# AP_REDIS_PORT=6379
|