parent
6039d131f4
commit
30ca1b5d43
|
|
@ -9,10 +9,7 @@ services:
|
|||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- 3001:3000
|
||||
environment:
|
||||
APP_USER_DATA_PATH: "/app-data"
|
||||
APP_LOG_PATH: "/app-data/logs"
|
||||
- 3000:3001
|
||||
volumes:
|
||||
- type: volume
|
||||
source: user-data
|
||||
|
|
|
|||
|
|
@ -12,10 +12,6 @@ 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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue