add DOCKER compose
This commit is contained in:
parent
040006802b
commit
3ad5705dd0
1 changed files with 12 additions and 0 deletions
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue