hub.docker.com
Open in
urlscan Pro
2600:1f18:2148:bc01:2822:9e2a:c82a:af0
Public Scan
URL:
https://hub.docker.com/r/chiefonboarding/chiefonboarding
Submission: On October 06 via api from US — Scanned from DE
Submission: On October 06 via api from US — Scanned from DE
Form analysis
1 forms found in the DOMGET /search
<form class="MuiBox-root css-11qjisw" method="get" action="/search">
<div class="MuiAutocomplete-root MuiAutocomplete-fullWidth css-bbuuuz">
<div class="MuiFormControl-root MuiFormControl-marginDense MuiFormControl-fullWidth MuiTextField-root css-1i6zd2k" data-testid="autocompleteInput">
<div class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl MuiInputBase-sizeSmall MuiInputBase-adornedStart MuiInputBase-adornedEnd MuiAutocomplete-inputRoot css-f9nv42">
<div class="MuiInputAdornment-root MuiInputAdornment-positionStart MuiInputAdornment-outlined MuiInputAdornment-sizeSmall css-dxf0g1"><span class="notranslate"></span><svg class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-1mp4yus"
focusable="false" aria-hidden="true" viewBox="0 0 24 24" data-testid="SearchIcon" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M21 21L16.65 16.65M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z" stroke="currentColor" fill="none" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round"></path>
</svg></div><input aria-invalid="false" autocomplete="off" id=":r0:" name="q" placeholder="Search Docker Hub" type="text"
class="MuiInputBase-input MuiOutlinedInput-input MuiInputBase-inputSizeSmall MuiInputBase-inputAdornedStart MuiInputBase-inputAdornedEnd MuiAutocomplete-input MuiAutocomplete-inputFocused css-cq6jjo" aria-autocomplete="list"
aria-expanded="false" autocapitalize="none" spellcheck="false" role="combobox" value="">
<div class="MuiInputAdornment-root MuiInputAdornment-positionEnd MuiInputAdornment-outlined MuiInputAdornment-sizeSmall css-17dcas">
<div class="MuiBox-root css-j3iiqs" id="search-keyboard-shortcuts-hint">ctrl+K</div>
</div>
<fieldset aria-hidden="true" class="MuiOutlinedInput-notchedOutline css-16zz1in">
<legend class="css-gpjuor"><span class="notranslate"></span></legend>
</fieldset>
</div>
</div>
</div>
</form>
Text Content
More Docker. Easy Access. New Streamlined Plans. Learn more. ✕ docker Hub ctrl+K Help System Theme Sign InSign up 1. Explore 2. / 3. chiefonboarding/chiefonboarding CHIEFONBOARDING/CHIEFONBOARDING 2 By chiefonboarding •Updated 27 days ago Official ChiefOnboarding docker image Image Pulls 100K+ OverviewTags CHIEFONBOARDING ChiefOnboarding is a free and open source employee onboarding platform. You can onboarding new hires through Slack or the dashboard. https://chiefonboarding.com DEPLOY WITH DOCKER You can easily deploy ChiefOnboarding with Docker (Docker-compose). Make sure that both Docker and Docker-compose are installed and your server. Please note that some of the data below contain example values and should be replaced. 1. Point your domain name to your IP address. 2. Create a folder somewhere and then add this docker-compose.yml file (change environment variables to something that works for you!): version: '3' services: db: image: postgres:latest restart: always expose: - "5432" volumes: - pgdata:/var/lib/postgresql/data/ environment: - POSTGRES_DB=chiefonboarding - POSTGRES_USER=postgres - POSTGRES_PASSWORD=postgres networks: - global web: image: chiefonboarding/chiefonboarding:latest restart: always expose: - "8000" environment: - SECRET_KEY=somethingsupersecret - BASE_URL=https://test.chiefonboarding.com - DATABASE_URL=postgres://postgres:postgres@db:5432/chiefonboarding - ALLOWED_HOSTS=test.chiefonboarding.com depends_on: - db networks: - global caddy: image: caddy:2.3.0-alpine restart: unless-stopped ports: - "80:80" - "443:443" volumes: - $PWD/Caddyfile:/etc/caddy/Caddyfile - $PWD/site:/srv - caddy_data:/data - caddy_config:/config networks: - global volumes: pgdata: caddy_data: caddy_config: networks: global: Copy A quick note: it will generate an account for you. Please check the logs for that (you can and should delete this account after you created a new admin account). If you want to specify your own login details, then specify a ACCOUNT_EMAIL (should be lowercase and an email address) and ACCOUNT_PASSWORD in the environment variables. 1. Then we need to create a Caddyfile to route the requests to the server (change the domain name, obviously): test.chiefonboarding.com { reverse_proxy web:8000 } Copy 1. You can now run docker compose: docker-compose up. When you go to your domain name, you should see a login form where you can fill in your username and password (either from the logs, or specified yourself). There will be some demo data in there already, feel free to delete everything. DOCKER PULL COMMAND docker pull chiefonboarding/chiefonboarding Copy WHY OverviewWhat is a Container PRODUCTS Product Overview PRODUCT OFFERINGS Docker DesktopDocker Hub FEATURES Container RuntimeDeveloper ToolsDocker AppKubernetes DEVELOPERS Getting StartedPlay with DockerCommunityOpen SourceDocumentation COMPANY About UsResourcesBlogCustomersPartnersNewsroomEvents and WebinarsCareersContact UsSystem Status -------------------------------------------------------------------------------- © 2024 Docker, Inc. All rights reserved. | Terms of Service | Subscription Service Agreement | Privacy | Legal Cookies Settings By clicking “Accept All Cookies”, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts. Cookies Settings Reject All Accept All Cookies PRIVACY PREFERENCE CENTER When you visit any website, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and change our default settings. However, blocking some types of cookies may impact your experience of the site and the services we are able to offer. More information Allow All MANAGE CONSENT PREFERENCES FUNCTIONAL COOKIES Functional Cookies These cookies enable the website to provide enhanced functionality and personalisation. They may be set by us or by third party providers whose services we have added to our pages. If you do not allow these cookies then some or all of these services may not function properly. STRICTLY NECESSARY COOKIES Always Active These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store any personally identifiable information. PERFORMANCE COOKIES Performance Cookies These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance. TARGETING COOKIES Targeting Cookies These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising. Back Button COOKIE LIST Search Icon Filter Icon Clear checkbox label label Apply Cancel Consent Leg.Interest checkbox label label checkbox label label checkbox label label Reject All Confirm My Choices Back Documentation Forums Contact Support System Status Back * System Theme * Light Theme * Dark Theme Back Back Help System Theme Docker Suite Back Documentation Forums Contact Support System Status Back * System Theme * Light Theme * Dark Theme Back Docker Home New Explore and manage your Docker experience. Docker Admin Console New Manage users, control access, & set policies. Docker Scout New Secure your supply chain at every level. Docker Desktop Local development, simplified. Docker Build Cloud New Speed up your Docker Builds.