PutuAPI / docker-compose.yml
suzmen's picture
Upload 64 files
2af6ef5 verified
raw
history blame contribute delete
267 Bytes
version: "3.8"
services:
phantom-api:
build: .
container_name: phantom-api
ports:
- "7777:7777"
environment:
- API_SECRET_KEY=${API_SECRET_KEY:-change-me-to-a-strong-secret}
- HEADLESS=true
restart: unless-stopped