LinkSpin test area: InstantAdPay engine fork rebranded, network registry, sponsor carry-over with engine activation and claim window, rotator with /r/ redirects, link-domain mini-sites
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
linkspin:
|
||||
build: .
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
NODE_ENV: production
|
||||
PORT: 3000
|
||||
ADMIN_PASSWORD: ${ADMIN_PASSWORD}
|
||||
DATA_DIR: /app/data
|
||||
volumes:
|
||||
- linkspin-data:/app/data
|
||||
ports:
|
||||
- "3000:3000"
|
||||
volumes:
|
||||
linkspin-data:
|
||||
Reference in New Issue
Block a user