Go to file
shockrah a594dcb558 + Adding mysql to a pipeline specific Freechat docker build
! It's also super jank at the moment so it's not exactly what I would call "stable"
Like seriously right now the entrypoint script basically just yeets mysql to the
background and snuffs out its logs for the sake of brevity
More work needs to be done in order to make sure that the sample user can be
safely added to the mysql backend. None of this is being done a safe fashion and
frankyl thats ok.

Security NOTE: No effort is put forth to make this Docker image secure since it
is meant to have bogus data, bogus users, and mock everything so again never use this
for production.
2021-04-29 17:10:17 -07:00
chipsy-training new docker for new project 2020-12-06 22:31:51 -08:00
Freechat using rust:slim-buster as base image 2021-02-10 18:01:08 -08:00
freechat-pipeline + Adding mysql to a pipeline specific Freechat docker build 2021-04-29 17:10:17 -07:00
osdev initial setup 2020-08-02 19:16:30 -07:00
website rebuild of website docker image 2021-02-15 21:03:30 -08:00
.gitignore binaries and vim swaps 2020-08-02 19:49:44 -07:00
.gitlab-ci.yml testing background tasks 2020-08-06 20:12:53 -07:00
readme testing ui vars 2020-08-02 22:09:18 -07:00
setup.bash setup script for new machines and whatnot => sid repos dont allow for docker somehow they alwayys fail 2020-08-02 19:51:25 -07:00

Shockrah's Dockerfiles
----------------------

This repository serves as a collection of Dockerfiles which I use for various 
projects that I either maintain or have worked on in this past.

All relate to _my_ projects and are not reflective of other peoples works.

Email: alejandros714@protonmail.com

> Pipelines

The pipelines setup here are really just for testing small things so that 
I don't waste time on larger projcets troubleshooting issues. In other words:
the pipelines setup here are of no importance