mirror of
https://github.com/Discreetly/server.git
synced 2026-01-07 19:53:55 -05:00
13 lines
188 B
YAML
13 lines
188 B
YAML
version: '3'
|
|
services:
|
|
node:
|
|
build: .
|
|
ports:
|
|
- '3001:3001'
|
|
- '3002:3002'
|
|
volumes:
|
|
- .:/app
|
|
restart: always
|
|
environment:
|
|
- NODE_ENV=production
|