mirror of
https://github.com/Yonle/bostr.git
synced 2025-03-17 05:12:57 +01:00
11 lines
177 B
YAML
11 lines
177 B
YAML
services:
|
|
server:
|
|
build:
|
|
context: .
|
|
environment:
|
|
NODE_ENV: production
|
|
volumes:
|
|
- ./config.js:/usr/src/app/config.js
|
|
ports:
|
|
- 8080:8080
|