alteregoart

Results 6 comments of alteregoart

I have issue using git cliff in the Gitlab CI Could you share your config on that ?

I see the config I finally made it (run git-cliff) But still have an issue I create an example of with workflow but it actually work so not the minimum...

I think the issue is coming from the fact that you are using alpine container (I used alpine container, git-cliff failed, I changed to regular one everything worked fine). Could...

Yep the docker file is : ``` version: '3' services: typesense: image: typesense/typesense:0.22.0 restart: on-failure env_file: .env ports: - "443:443" volumes: - /tmp/typesense-data:/data - /var/log/typesense:/log - "/etc/letsencrypt/:/certif" ```

You are right I should not let the data on `/tmp` because at each startup (of my machine) it will be deleted But for sure that is not what cause...