Conflicts
This commit is contained in:
parent
c145451986
commit
4e61b2ce50
2 changed files with 5 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -6,7 +6,7 @@ map $http_upgrade $connection_upgrade {
|
|||
}
|
||||
|
||||
upstream workers {
|
||||
server app:4567;
|
||||
server nodebb_app:4567;
|
||||
}
|
||||
|
||||
server {
|
||||
|
|
Loading…
Add table
Reference in a new issue