Files
umbrel-apps/nx-webmail/docker-compose.yml
Flamur Veliqi 1626984faf
Some checks failed
Publish nx-webmail Image (Gitea) / publish (push) Has been cancelled
nx-webmail: fix login viewport overflow and initial sync behavior
2026-02-23 14:15:52 +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.6@sha256:7967020f4c24b5d8ba61d069bcb3fb951db7e65568f71782d44e54c8d230fc5b
init: true
restart: on-failure
stop_grace_period: 1m
environment:
NODE_ENV: production
PORT: 3001