Minimize differences between devcontainer and production

This commit is contained in:
Adam Outler
2025-10-06 23:31:20 +00:00
parent 290b6c6f3b
commit 558ab44d3f
28 changed files with 477 additions and 730 deletions

View File

@@ -0,0 +1,21 @@
version: '3.8'
services:
netalertx:
build:
context: .
dockerfile: Dockerfile
image: netalertx:latest
container_name: netalertx_unproxied
read_only: true
tmpfs:
- /etc/nginx/conf.d
- /var/cache/nginx
- /var/run
- /app/log
- /tmp
network_mode: "host"
environment:
- NETALERTX_MODE=unproxied
- GRAPHQL_PORT=20212
restart: unless-stopped