Files
hushroom/docker/docker-compose.yaml

17 lines
284 B
YAML

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