19 lines
451 B
YAML
19 lines
451 B
YAML
services:
|
|
netalertx:
|
|
container_name: netalertx
|
|
# use the below line if you want to test the latest dev image
|
|
# image: "jokobsk/netalertx-dev:latest"
|
|
image: "jokobsk/netalertx:latest"
|
|
network_mode: "host"
|
|
restart: unless-stopped
|
|
volumes:
|
|
- config:/app/config
|
|
- db:/app/db
|
|
- log:/app/front/log
|
|
environment:
|
|
- TZ=Europe/Berlin
|
|
- PORT=20211
|
|
volumes:
|
|
config:
|
|
db:
|
|
log: |