bostr/compose.yaml

11 lines
177 B
YAML
Raw Permalink Normal View History

2023-11-05 11:12:56 +01:00
services:
server:
build:
context: .
environment:
NODE_ENV: production
volumes:
- ./config.js:/usr/src/app/config.js
2023-11-05 11:12:56 +01:00
ports:
- 8080:8080