diff --git a/.gitignore b/.gitignore index 054cb75..1488d1d 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ /backend/modules/cppqueue /backend/modules/proxy docker-compose.yml +firegex-compose.yml # misc **/.DS_Store diff --git a/firegex-compose.yml b/firegex-compose.yml deleted file mode 100644 index a12fbca..0000000 --- a/firegex-compose.yml +++ /dev/null @@ -1,21 +0,0 @@ - -version: '3.9' - -services: - firewall: - restart: unless-stopped - container_name: firegex - build: . - ports: - - 4444:4444 - environment: - - PORT=4444 - - NTHREADS=8 - - volumes: - - firegex_data:/execute/db - - /execute/db - cap_add: - - NET_ADMIN -volumes: - firegex_data: