Zdravko Curic
Zdravko Curic
@underfin So basically, if you have this [scenario from the docs](https://vitejs.dev/guide/build.html#multi-page-app) it seems that plugin doesn't support this. I'll make a repository with this exact use case asap.
I don't use nuxtjs (yet). Can you give more details, maybe sumbit a PR with the fix? Could this be also `plyr` issue? And nuxt config?
I'll do it v2.2.0. Can't promise when that will be. You are welcome to contribute with PR.
@antoniocarboni Regarding eleasticsearch I've manage to fix it by using offical elasticsearch image: https://github.com/davidalger/warden/blob/develop/environments/includes/elasticsearch.base.yml#L5 ```yml image: docker.elastic.co/elasticsearch/elasticsearch:7.12.0 ``` To fix this memory leak for php arm 64 versions of warden...
> Hello, > I have the same issue. Could you tell me how to fix it? I tried to edit .env file and change elasticsearch version to 7.8/7.12. My configuration...
```elasticsearch: environment: ES_JAVA_OPTS: -Xms64m -Xmx512m discovery.type: single-node xpack.security.enabled: "false" hostname: exampleproject-elasticsearch image: docker.elastic.co/elasticsearch/elasticsearch:7.12.0 labels: traefik.enable: "true" traefik.http.routers.exampleproject-elasticsearch.rule: Host(`elasticsearch.exampleproject.test`) traefik.http.routers.exampleproject-elasticsearch.tls: "true" traefik.http.services.exampleproject-elasticsearch.loadbalancer.server.port: '9200' volumes: - esdata:/usr/share/elasticsearch/data:rw ```
@webphpprojects ```diff elasticsearch: environment: ES_JAVA_OPTS: -Xms64m -Xmx512m discovery.type: single-node xpack.security.enabled: "false" hostname: exampleproject-elasticsearch - image: docker.io/wardenenv/elasticsearch:7.8 + image: docker.elastic.co/elasticsearch/elasticsearch:7.12.0 labels: traefik.enable: "true" traefik.http.routers.exampleproject-elasticsearch.rule: Host(`elasticsearch.exampleproject.test`) traefik.http.routers.exampleproject-elasticsearch.tls: "true" traefik.http.services.exampleproject-elasticsearch.loadbalancer.server.port: '9200' volumes: -...
.warden directory is in your root folder when you open the terminal.
@webphpprojects `/opt/homebrew/Cellar/warden/0.10.2/environments/includes`
@webphpprojects you can't, not until warden devs update docker images to be compatible with ARM. Because if you read issue from the beginning, we only found solution for elasticsearch.