Initial commit

This commit is contained in:
2026-05-16 12:05:36 -03:00
parent 0ce972a361
commit e82cee97a7
65 changed files with 9051 additions and 5 deletions
+20
View File
@@ -0,0 +1,20 @@
services:
dmarc-sentinel:
build: .
container_name: dmarc-sentinel
restart: unless-stopped
env_file:
- .env
ports:
- "127.0.0.1:8000:8000"
volumes:
- ./config:/app/config:ro
- ./data:/app/data
- ./logs:/app/logs
networks:
npm_proxy:
ipv4_address: 192.168.99.18
networks:
npm_proxy:
external: true