Webmail changes

This commit is contained in:
2026-02-23 11:53:55 +01:00
parent c27e2da6ae
commit 0d0174b715
3 changed files with 20 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
version: "3.7"
version: "3.7"
services:
app_proxy:
@@ -7,10 +7,13 @@ services:
APP_PORT: 3001
server:
build: .
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