build: revert to using the default alpine based docker image

Build both standard and linuxserver based images.
linuxserver based images can be accessed by adding `-s6` suffix to the docker image name
This commit is contained in:
Oleg Lobanov
2021-12-21 14:28:42 +01:00
parent 829ed9fb6d
commit 46d80464d2
6 changed files with 131 additions and 14 deletions

8
docker_config.json Normal file
View File

@@ -0,0 +1,8 @@
{
"port": 80,
"baseURL": "",
"address": "",
"log": "stdout",
"database": "/database.db",
"root": "/srv"
}