Files
hushroom/docker/docker-compose.yaml
2026-02-09 14:57:01 +09:00

15 lines
232 B
YAML

services:
hushroom-web:
build: .
container_name: hushroom-web
restart: unless-stopped
environment:
- NODE_ENV=production
networks:
- npm_net
networks:
npm_net:
external: true
name: proxy