13 lines
296 B
YAML
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
|