update config
This commit is contained in:
+2
-3
@@ -46,7 +46,7 @@ inboxes:
|
||||
- id: "tukutoi"
|
||||
label: "TukuToi"
|
||||
domain: "tukutoi.com"
|
||||
imap_host: ""mail.dynamicpress.org"
|
||||
imap_host: "mail.dynamicpress.org"
|
||||
imap_port: 993
|
||||
imap_ssl: true
|
||||
username_env: "DOMAIN_IMAP_USER"
|
||||
@@ -62,7 +62,7 @@ inboxes:
|
||||
- id: "anamaka"
|
||||
label: "Anamaka"
|
||||
domain: "anamaka.net"
|
||||
imap_host: ""mail.dynamicpress.org"
|
||||
imap_host: "mail.dynamicpress.org"
|
||||
imap_port: 993
|
||||
imap_ssl: true
|
||||
username_env: "DOMAIN_IMAP_USER"
|
||||
@@ -88,7 +88,6 @@ known_senders:
|
||||
- "tukutoi.com"
|
||||
spf_domains:
|
||||
- "tukutoi.com"
|
||||
|
||||
- id: "postmark-broadcast"
|
||||
name: "Postmark Broadcast"
|
||||
ip_allowlist:
|
||||
|
||||
+1
-3
@@ -5,15 +5,13 @@ services:
|
||||
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
|
||||
ipv4_address: 192.168.98.42
|
||||
|
||||
networks:
|
||||
npm_proxy:
|
||||
|
||||
Reference in New Issue
Block a user