17 lines
268 B
YAML
17 lines
268 B
YAML
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
|