szobi
Problem with envs in docker
Helllo, l have a problem with envs to redis connect
l hosted app in docker with custom image
its my nuxt.config
server/plugins/storage.ts
But after docker compose up app see only envs from runTime.public
redisHost and others are empty 😦 and redis want connect to default 127.0.0.1 server
any ideas?
2 replies
custom modules i n Nuxt Layers
Hi,
I am creating a layer that will be used in many projects. In the layer I have three modules that are responsible for, for example, syncing snippets from the backend, in general, a lot of it is based on folders and files. (modules are in the local modules folder)
I have a problem because when I extend in the main project where I use this layer, it shows me that this module is missing. Is it possible to play it somehow or do the modules have to be as separate packages?
2 replies