Some checks failed
Publish nx-webmail Image (Gitea) / publish (push) Has been cancelled
17 lines
372 B
YAML
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.7@sha256:01dfba4f671f490f3dddf9b5ddc3a98bfff7f10e8a87aa47b4873f8ac1a3d332
|
|
init: true
|
|
restart: on-failure
|
|
stop_grace_period: 1m
|
|
environment:
|
|
NODE_ENV: production
|
|
PORT: 3001
|