Webmail changes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
version: "3.7"
|
||||
version: "3.7"
|
||||
|
||||
services:
|
||||
app_proxy:
|
||||
@@ -7,10 +7,13 @@ services:
|
||||
APP_PORT: 3001
|
||||
|
||||
server:
|
||||
build: .
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: nx-webmail:1.0.0
|
||||
init: true
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
environment:
|
||||
NODE_ENV: production
|
||||
PORT: 3001
|
||||
|
||||
Reference in New Issue
Block a user