21 lines
377 B
YAML
21 lines
377 B
YAML
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
|