mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
Add Chromium blueprint with Docker Compose and configuration files
- Introduced Docker Compose setup for Chromium service, including environment variables and volume configuration. - Added logo for Chromium. - Created template.toml for Chromium with default variables for configuration.
This commit is contained in:
parent
d8bfbc796a
commit
855593defe
16
blueprints/chromium/docker-compose.yml
Normal file
16
blueprints/chromium/docker-compose.yml
Normal file
@ -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:
|
BIN
blueprints/chromium/logo.png
Normal file
BIN
blueprints/chromium/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
7
blueprints/chromium/template.toml
Normal file
7
blueprints/chromium/template.toml
Normal file
@ -0,0 +1,7 @@
|
||||
[variables]
|
||||
|
||||
[config]
|
||||
[[config.domains]]
|
||||
serviceName = "chromium"
|
||||
port = 3000
|
||||
host = "${domain}"
|
Loading…
Reference in New Issue
Block a user