worst-analytics-ever/docker-compose.yml
2025-11-02 12:32:52 +02:00

13 lines
296 B
YAML

version: "3.9"
services:
worst-analytics-ever:
image: git.sad.ovh/sophie/worst-analytics-ever:latest
environment:
- NODE_ENV=production
- PORT=4242
- FAKE_COUNTRY=??
- ALLOWED_SITES=localhost
ports:
- "127.0.0.1:4242:4242"
restart: unless-stopped