Files
umbrel-apps/nx-webmail/docker-compose.yml
2026-02-23 11:53:55 +01:00

20 lines
335 B
YAML

version: "3.7"
services:
app_proxy:
environment:
APP_HOST: nx-webmail_server_1
APP_PORT: 3001
server:
build:
context: .
dockerfile: Dockerfile
image: nx-webmail:1.0.0
init: true
restart: on-failure
stop_grace_period: 1m
environment:
NODE_ENV: production
PORT: 3001