mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
Minimize differences between devcontainer and production
This commit is contained in:
21
docker-compose.unproxied.yaml
Normal file
21
docker-compose.unproxied.yaml
Normal 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
|
||||
Reference in New Issue
Block a user