Weektab Webmail

This commit is contained in:
2026-02-23 11:45:18 +01:00
parent 0eef705ac9
commit c27e2da6ae
14 changed files with 3864 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
version: "3.7"
services:
app_proxy:
environment:
APP_HOST: nx-webmail_server_1
APP_PORT: 3001
server:
build: .
image: nx-webmail:1.0.0
init: true
restart: on-failure
environment:
NODE_ENV: production
PORT: 3001