Conflicts

This commit is contained in:
Sam Al-Sapti 2025-02-19 00:17:05 +01:00
parent c145451986
commit 4e61b2ce50
No known key found for this signature in database
GPG key ID: CBBBE7371E81C4EA
2 changed files with 5 additions and 3 deletions

View file

@ -28,8 +28,10 @@ services:
image: ghcr.io/nodebb/nodebb:{{ services.fedi_dk_nodebb.version }}
restart: always
networks:
- default
- postfix
default:
aliases:
- nodebb_app
postfix:
volumes:
- "./build:/usr/src/app/build:rw"
- "./uploads:/usr/src/app/public/uploads:rw"

View file

@ -6,7 +6,7 @@ map $http_upgrade $connection_upgrade {
}
upstream workers {
server app:4567;
server nodebb_app:4567;
}
server {