mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-03-30 23:03:03 -07:00
Revert env variables per jokob-sk review
Co-authored-by: jokob-sk <jokob.sk@gmail.com>
This commit is contained in:
3
.env
3
.env
@@ -6,8 +6,7 @@ LOGS_LOCATION=/path/to/docker_logs
|
||||
|
||||
#ENVIRONMENT VARIABLES
|
||||
|
||||
TZ=Europe/Paris
|
||||
NETALERTX_PORT=20211
|
||||
PORT=20211
|
||||
|
||||
#DEVELOPMENT VARIABLES
|
||||
|
||||
|
||||
@@ -27,9 +27,9 @@ services:
|
||||
environment:
|
||||
PUID: ${NETALERTX_UID:-20211}
|
||||
PGID: ${NETALERTX_GID:-20211}
|
||||
LISTEN_ADDR: ${NETALERTX_LISTEN_ADDR:-0.0.0.0}
|
||||
PORT: ${NETALERTX_PORT:-20211}
|
||||
GRAPHQL_PORT: ${NETALERTX_GRAPHQL_PORT:-20212}
|
||||
LISTEN_ADDR: ${LISTEN_ADDR:-0.0.0.0}
|
||||
PORT: ${PORT:-20211}
|
||||
GRAPHQL_PORT: ${GRAPHQL_PORT:-20212}
|
||||
mem_limit: 2048m
|
||||
mem_reservation: 1024m
|
||||
cpu_shares: 512
|
||||
|
||||
@@ -27,9 +27,9 @@ services:
|
||||
environment:
|
||||
PUID: ${NETALERTX_UID:-20211}
|
||||
PGID: ${NETALERTX_GID:-20211}
|
||||
LISTEN_ADDR: ${NETALERTX_LISTEN_ADDR:-0.0.0.0}
|
||||
PORT: ${NETALERTX_PORT:-20211}
|
||||
GRAPHQL_PORT: ${NETALERTX_GRAPHQL_PORT:-20212}
|
||||
LISTEN_ADDR: ${LISTEN_ADDR:-0.0.0.0}
|
||||
PORT: ${PORT:-20211}
|
||||
GRAPHQL_PORT: ${GRAPHQL_PORT:-20212}
|
||||
mem_limit: 2048m
|
||||
mem_reservation: 1024m
|
||||
cpu_shares: 512
|
||||
|
||||
Reference in New Issue
Block a user