Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3ccc4d2498 | |||
| 112c8424ef | |||
| d0ecaf2fb4 |
@@ -6,6 +6,7 @@
|
||||
| --- | --- |
|
||||
| actual_server | docker.io/actualbudget/actual-server:latest |
|
||||
| adguard | adguard/adguardhome:latest |
|
||||
| archivebox | archivebox/archivebox:latest |
|
||||
| audiobookshelf | ghcr.io/advplyr/audiobookshelf:latest |
|
||||
| authelia | authelia/authelia:master |
|
||||
| authelia-pg | postgres:16-alpine |
|
||||
@@ -37,6 +38,7 @@
|
||||
| dbgate | dbgate/dbgate:alpine |
|
||||
| delugevpn | ghcr.io/binhex/arch-delugevpn:latest |
|
||||
| docker-socket-proxy | ghcr.io/tecnativa/docker-socket-proxy:latest |
|
||||
| docker-volume-backup | offen/docker-volume-backup:v2 |
|
||||
| docuseal | docuseal/docuseal:latest |
|
||||
| duplicati | lscr.io/linuxserver/duplicati:latest |
|
||||
| fastenhealth | ghcr.io/fastenhealth/fasten-onprem:main |
|
||||
|
||||
@@ -30,6 +30,9 @@ message_db:
|
||||
smtp_server:
|
||||
default_port: 25
|
||||
default_bind_address: "::"
|
||||
tls_enabled: true
|
||||
tls_certificate_path: /config/certs/fullchain.pem
|
||||
tls_private_key_path: /config/certs/privkey.pem
|
||||
|
||||
dns:
|
||||
# Specify the DNS records that you have configured. Refer to the documentation at
|
||||
|
||||
+2
-5
@@ -3937,11 +3937,8 @@ services:
|
||||
- 25:25
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- source: ${DOCKER_VOLUME_CONFIG}/postal
|
||||
target: /config
|
||||
type: bind
|
||||
bind:
|
||||
create_host_path: true
|
||||
- ${DOCKER_VOLUME_CONFIG}/postal:/config
|
||||
- ${DOCKER_VOLUME_CONFIG}/swag/etc/letsencrypt/live/trez.wtf:/config/certs
|
||||
postal-web:
|
||||
command: postal web-server
|
||||
container_name: postal-web
|
||||
|
||||
Reference in New Issue
Block a user