f053c1befa
Zero-dependency Node server on the RM Circle pattern. Chain config lives in the volume so the same code runs the Amoy dress rehearsal and mainnet. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
16 lines
304 B
YAML
16 lines
304 B
YAML
services:
|
|
instantadpay:
|
|
build: .
|
|
restart: unless-stopped
|
|
environment:
|
|
NODE_ENV: production
|
|
PORT: 3000
|
|
ADMIN_PASSWORD: ${ADMIN_PASSWORD}
|
|
DATA_DIR: /app/data
|
|
volumes:
|
|
- instantadpay-data:/app/data
|
|
ports:
|
|
- "3000:3000"
|
|
volumes:
|
|
instantadpay-data:
|