netalertx/docker-compose.yml hinzugefügt
This commit is contained in:
19
netalertx/docker-compose.yml
Normal file
19
netalertx/docker-compose.yml
Normal 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:
|
||||||
Reference in New Issue
Block a user