diff --git a/docker-compose.yml b/docker-compose.yml index 5346417..8ea09af 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,7 +9,10 @@ services: context: . dockerfile: Dockerfile ports: - - 3000:3001 + - 3001:3000 + environment: + APP_USER_DATA_PATH: "/app-data" + APP_LOG_PATH: "/app-data/logs" volumes: - type: volume source: user-data diff --git a/svelte.config.js b/svelte.config.js index a903d67..03cba2a 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -12,6 +12,10 @@ const config = { // If your environment is not supported, or you settled on a specific environment, switch out the adapter. // See https://svelte.dev/docs/kit/adapters for more information about adapters. adapter: adapter(), + + paths: { + base: "/rec" + }, csp: { mode: 'auto',