blog/compose.yaml

13 lines
228 B
YAML
Raw Normal View History

2023-11-05 15:48:16 +00:00
version: "2"
services:
server:
image: node:lts
ports:
- 8080:4000
command: ['/mnt/start.sh']
restart: always
working_dir: /mnt
environment:
- NODE_ENV=production
volumes:
- ./:/mnt