fix(proxy): Auto-adapt to custom INVENTREE_WEB_PORT
This commit is contained in:
parent
22c0929b5b
commit
68bbebae2a
1 changed files with 2 additions and 0 deletions
|
|
@ -113,6 +113,8 @@ services:
|
||||||
- 443:443
|
- 443:443
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
environment:
|
||||||
|
INVENTREE_SERVER: http://inventree-server:${INVENTREE_WEB_PORT}
|
||||||
volumes:
|
volumes:
|
||||||
- ./Caddyfile:/etc/caddy/Caddyfile:ro,z
|
- ./Caddyfile:/etc/caddy/Caddyfile:ro,z
|
||||||
- ${INVENTREE_EXT_VOLUME}/static:/var/www/static:z
|
- ${INVENTREE_EXT_VOLUME}/static:/var/www/static:z
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue