diff --git a/blueprints/chromium/docker-compose.yml b/blueprints/chromium/docker-compose.yml new file mode 100644 index 0000000..f6f766e --- /dev/null +++ b/blueprints/chromium/docker-compose.yml @@ -0,0 +1,16 @@ +version: "3" + +services: + chromium: + image: lscr.io/linuxserver/chromium:5f5dd27e-ls102 + ports: + - "3000" + environment: + - PUID=1000 + - PGID=1000 + - TZ=UTC + volumes: + - config:/config + +volumes: + config: \ No newline at end of file diff --git a/blueprints/chromium/logo.png b/blueprints/chromium/logo.png new file mode 100644 index 0000000..7ebd025 Binary files /dev/null and b/blueprints/chromium/logo.png differ diff --git a/blueprints/chromium/template.toml b/blueprints/chromium/template.toml new file mode 100644 index 0000000..6347f4d --- /dev/null +++ b/blueprints/chromium/template.toml @@ -0,0 +1,7 @@ +[variables] + +[config] +[[config.domains]] +serviceName = "chromium" +port = 3000 +host = "${domain}" \ No newline at end of file