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 }}
|
image: ghcr.io/nodebb/nodebb:{{ services.fedi_dk_nodebb.version }}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
- default
|
default:
|
||||||
- postfix
|
aliases:
|
||||||
|
- nodebb_app
|
||||||
|
postfix:
|
||||||
volumes:
|
volumes:
|
||||||
- "./build:/usr/src/app/build:rw"
|
- "./build:/usr/src/app/build:rw"
|
||||||
- "./uploads:/usr/src/app/public/uploads:rw"
|
- "./uploads:/usr/src/app/public/uploads:rw"
|
||||||
|
|
|
@ -6,7 +6,7 @@ map $http_upgrade $connection_upgrade {
|
||||||
}
|
}
|
||||||
|
|
||||||
upstream workers {
|
upstream workers {
|
||||||
server app:4567;
|
server nodebb_app:4567;
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
|
|
Loading…
Add table
Reference in a new issue