remnantchat/docker-compose.yml
2024-11-09 20:20:40 -08:00

11 lines
166 B
YAML

version: '3'
services:
remnantchat:
build: .
ports:
- '3000:3000'
volumes:
- '.:/remnantchat/'
environment:
- NODE_ENV=production