Skip to content

Commit

Permalink
Add docker-compose.yml for Chromium browser
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonfire1119 committed Feb 9, 2024
1 parent fa2ecea commit 7a501fa
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
45 changes: 45 additions & 0 deletions Apps/chromium/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: big-bear-chromium # Name of the CasaOS application

services:
chromium:
container_name: big-bear-chromium # Name of the Docker container
image: kasmweb/chromium:1.14.0-rolling # Docker image for the chromium browser
ports:
- "6902:6901" # Expose port 6901 for VNC access
environment:
- VNC_PW=casaos # Set the VNC password to 'casaos'
- LAUNCH_URL=https://community.bigbeartechworld.com/ # Set the default URL to Big Bear Tech World
shm_size: 512m # Allocate 512 MB of shared memory

x-casaos: # CasaOS specific configuration for the brave service
envs:
- container: VNC_PW
description:
en_us: VNC Password # Description for the VNC password environment variable
- container: LAUNCH_URL
description:
en_us: Launch URL # Description for the launch URL environment variable

# Global CasaOS specific configuration
x-casaos:
architectures: # Supported CPU architectures for the application
- amd64
- arm64
main: chromium # Specifies the main service of the application
description:
en_us: This Image contains a browser-accessible version of chromium. # Description in English
tagline:
en_us: chromium # Short description or tagline in English
developer: "kasmweb" # Developer's name or identifier (currently empty)
author: BigBearTechWorld # Author of this Docker Compose configuration
icon: https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/chromium.png # Icon URL for the application
thumbnail: "" # Thumbnail image URL
title:
en_us: chromium # Title in English
category: BigBearCasaOS # Category of the application
port_map: "6902" # Port mapping information for the service
scheme: https # Scheme for the service
tips:
before_install:
en_us: |
Username: kasm_user
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ If you have a suggestion for an app, please post in the [BigBearCommunity](https
| Brave | kasmweb/brave | 1.14.0-rolling | | |
| cAdvisor | gcr.io/cadvisor/cadvisor | v0.47.2 | | |
| Chrome | kasmweb/chrome | 1.14.0-rolling | | |
| Chromium | kasmweb/chromium | 1.14.0-rolling | | |
| Code Server | linuxserver/code-server | 4.20.1 | [YouTube Video](https://youtu.be/aiYcwXDfgE8) | |
| CodeX Docs | ghcr.io/codex-team/codex.docs | v2.1 | [YouTube Video](https://youtu.be/dKm2VJwam24) | |
| Dashdot | mauricenino/dashdot | 5.8.3 | [YouTube Video](https://youtu.be/if_fyuX_5fU) | |
Expand Down

0 comments on commit 7a501fa

Please sign in to comment.