updated port and base path
This commit is contained in:
parent
349415da08
commit
877af55f63
|
|
@ -9,7 +9,10 @@ services:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
ports:
|
ports:
|
||||||
- 3000:3001
|
- 3001:3000
|
||||||
|
environment:
|
||||||
|
APP_USER_DATA_PATH: "/app-data"
|
||||||
|
APP_LOG_PATH: "/app-data/logs"
|
||||||
volumes:
|
volumes:
|
||||||
- type: volume
|
- type: volume
|
||||||
source: user-data
|
source: user-data
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,10 @@ const config = {
|
||||||
// See https://svelte.dev/docs/kit/adapters for more information about adapters.
|
// See https://svelte.dev/docs/kit/adapters for more information about adapters.
|
||||||
adapter: adapter(),
|
adapter: adapter(),
|
||||||
|
|
||||||
|
paths: {
|
||||||
|
base: "/rec"
|
||||||
|
},
|
||||||
|
|
||||||
csp: {
|
csp: {
|
||||||
mode: 'auto',
|
mode: 'auto',
|
||||||
directives: {
|
directives: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue