netalertx/docker-compose.yml hinzugefügt

This commit is contained in:
2025-11-02 14:56:08 +01:00
parent 68ffc8b953
commit 9605a02555

View File

@@ -0,0 +1,19 @@
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: