switch to s6v3, general cleanup, add/update workflows

This commit is contained in:
aptalca
2023-05-19 09:29:25 -04:00
parent 06f7b7bfb4
commit fbbbbaa148
11 changed files with 66 additions and 62 deletions
-4
View File
@@ -33,9 +33,5 @@ services:
restart: unless-stopped
```
### Known limitations
* Translations will only update when rebuilding the base image (``docker-compose down && docker-compose up -d --rebuild``), a simple ``docker-compose restart`` is not sufficient. This is because the [Docker image of LinuxServer.io](https://github.com/linuxserver/docker-projectsend) does not work with mounted volumes inside ``/app/projectsend/``. As a result, translation development can be very uncomfortable using this approach. Sorry.
## Source / References
I took inspiration from the Dockerfile of the [Grafana](https://github.com/grafana/grafana/) repository, especially [this file](https://github.com/grafana/grafana/blob/main/packaging/docker/run.sh). Thanks!