Files
umbrel-apps/nx-webmail/docker-compose.yml
Flamur Veliqi ecc0cd4b6c
Some checks failed
Publish nx-webmail Image (Gitea) / publish (push) Has been cancelled
nx-webmail: center login window and release 1.0.2
2026-02-23 13:13:48 +01:00

17 lines
372 B
YAML

version: "3.7"
services:
app_proxy:
environment:
APP_HOST: nx-webmail_server_1
APP_PORT: 3001
server:
image: git.weektab.org/nexus/nx-webmail:1.0.2@sha256:3ab2ab8c21bee911963254218dee65726df9579d5445a2063e16908a55d5c9e5
init: true
restart: on-failure
stop_grace_period: 1m
environment:
NODE_ENV: production
PORT: 3001