mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-06-29 05:35:32 +02:00
Compare commits
4 Commits
06a45ead4a
...
daceed8cd5
Author | SHA1 | Date | |
---|---|---|---|
daceed8cd5 | |||
54254084e6 | |||
8133563bf5 | |||
d44bf2655a |
@ -29,6 +29,7 @@ services:
|
|||||||
- "{{ ip4_address }}:995:995"
|
- "{{ ip4_address }}:995:995"
|
||||||
- "{{ ip4_address }}:143:143"
|
- "{{ ip4_address }}:143:143"
|
||||||
- "{{ ip4_address }}:993:993"
|
- "{{ ip4_address }}:993:993"
|
||||||
|
- "{{ ip4_address }}:4190:4190"
|
||||||
volumes:
|
volumes:
|
||||||
- "/etc/mailu/overrides/nginx:/overrides:ro"
|
- "/etc/mailu/overrides/nginx:/overrides:ro"
|
||||||
- "/etc/mailu/certs:/certs"
|
- "/etc/mailu/certs:/certs"
|
||||||
@ -125,7 +126,7 @@ services:
|
|||||||
|
|
||||||
# Optional services
|
# Optional services
|
||||||
antivirus:
|
antivirus:
|
||||||
image: ghcr.io/mailu/clamav:{{mailu_version}}
|
image: clamav/clamav-debian:latest
|
||||||
restart: {{docker_restart_policy}}
|
restart: {{docker_restart_policy}}
|
||||||
env_file: mailu.env
|
env_file: mailu.env
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -142,16 +142,10 @@ LOG_LEVEL=WARNING
|
|||||||
###################################
|
###################################
|
||||||
# Database settings
|
# Database settings
|
||||||
###################################
|
###################################
|
||||||
DB_FLAVOR=mysql
|
SQLALCHEMY_DATABASE_URI_ROUNDCUBE=mysql://{{database_username}}:{{database_password}}@{{database_host}}/{{database_name}}?collation=utf8mb4_unicode_ci
|
||||||
DB_USER={{database_username}}
|
SQLALCHEMY_DATABASE_URI=mysql+mysqlconnector://{{database_username}}:{{database_password}}@{{database_host}}/{{database_name}}?collation=utf8mb4_unicode_ci
|
||||||
DB_PW={{database_password}}
|
|
||||||
DB_HOST={{database_host}}:3306
|
|
||||||
DB_NAME={{database_name}}
|
|
||||||
ROUNDCUBE_DB_FLAVOR=mysql
|
|
||||||
ROUNDCUBE_DB_USER={{database_username}}
|
|
||||||
ROUNDCUBE_DB_PW={{database_password}}
|
|
||||||
ROUNDCUBE_DB_NAME={{database_name}}
|
|
||||||
ROUNDCUBE_DB_HOST={{database_host}}:3306
|
|
||||||
|
|
||||||
|
|
||||||
API_TOKEN={{mailu_api_token}}
|
API_TOKEN={{mailu_api_token}}
|
||||||
|
|
||||||
|
# Activated https://mailu.io/master/configuration.html#advanced-settings
|
||||||
|
AUTH_REQUIRE_TOKENS=True
|
Loading…
x
Reference in New Issue
Block a user