Hardcode NodeBB version and add email capability
This commit is contained in:
parent
e8583c606a
commit
9d7de257fa
2 changed files with 5 additions and 1 deletions
|
@ -223,8 +223,9 @@ services:
|
|||
domain: "forum.{{ base_domain }}"
|
||||
volume_folder: "{{ volume_root_folder }}/nodebb"
|
||||
pre_deploy_tasks: true
|
||||
version: 4.x
|
||||
version: "4.0.3"
|
||||
mongodb_version: 7-jammy
|
||||
allowed_sender_domain: true
|
||||
|
||||
### Uptime monitoring ###
|
||||
uptime_kuma:
|
||||
|
|
|
@ -14,6 +14,7 @@ services:
|
|||
restart: always
|
||||
networks:
|
||||
- default
|
||||
- postfix
|
||||
- external_services
|
||||
volumes:
|
||||
- ./build:/usr/src/app/build:rw
|
||||
|
@ -29,5 +30,7 @@ services:
|
|||
- mongodb
|
||||
|
||||
networks:
|
||||
postfix:
|
||||
external: true
|
||||
external_services:
|
||||
external: true
|
||||
|
|
Loading…
Add table
Reference in a new issue