Add nginx-proxy env vars
This commit is contained in:
parent
acaaffb982
commit
1f7f633359
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ services:
|
||||||
- ./nodebb-uploads:/usr/src/app/public/uploads
|
- ./nodebb-uploads:/usr/src/app/public/uploads
|
||||||
- ./nodebb-config:/opt/config
|
- ./nodebb-config:/opt/config
|
||||||
- ./setup.json:/usr/src/app/setup.json
|
- ./setup.json:/usr/src/app/setup.json
|
||||||
|
environment:
|
||||||
|
VIRTUAL_HOST: "{{ services.nodebb.domain }}"
|
||||||
|
VIRTUAL_PORT: 4567
|
||||||
|
|
||||||
mongo:
|
mongo:
|
||||||
image: 'mongo:7-jammy'
|
image: 'mongo:7-jammy'
|
||||||
|
|
Loading…
Add table
Reference in a new issue