Mount public folder
This commit is contained in:
parent
be64b31004
commit
a111a99b74
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ services:
|
||||||
- external_services
|
- external_services
|
||||||
volumes:
|
volumes:
|
||||||
- "./nginx:/etc/nginx/conf.d:ro"
|
- "./nginx:/etc/nginx/conf.d:ro"
|
||||||
- "./build:/usr/src/app/build:rw"
|
- "./build:/usr/src/app/build:ro"
|
||||||
|
- "./public:/usr/src/app/public:ro"
|
||||||
environment:
|
environment:
|
||||||
VIRTUAL_HOST: {{ services.fedi_dk_nodebb.domain }}
|
VIRTUAL_HOST: {{ services.fedi_dk_nodebb.domain }}
|
||||||
VIRTUAL_PORT: 80
|
VIRTUAL_PORT: 80
|
||||||
|
|
Loading…
Add table
Reference in a new issue