Initial commit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user