add DOCKER compose

This commit is contained in:
Soph :3 2025-10-31 16:20:56 +02:00
parent 040006802b
commit 3ad5705dd0

12
docker-compose.yml Normal file
View file

@ -0,0 +1,12 @@
version: "3.9"
services:
worst-analytics-ever:
image: git.sad.ovh/sophie/worst-analytics-ever:latest
environment:
- NODE_ENV=production
- PORT=4242
- FAKE_COUNTRY=??
ports:
- "127.0.0.1:4242:4242"
restart: unless-stopped