joshxyzhimself / playground

prototypes you can play with

Home Page:https://playground.crestfall.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

playground

Production

Install Docker using the convenience scriptđź”—

 curl -fsSL https://get.docker.com -o get-docker.sh
 sudo sh get-docker.sh

Generate and Link SSH Keys to your GitHub

ssh-keygen
cat ~/.ssh/id_rsa.pub

Clone the repository

git clone git@github.com:joshxyzhimself/playground.git

Initialize environment file

bash ./env.sh

Run with Docker

docker compose up --build --force-recreate --detach

View Logs with Docker

docker compose logs --tail=100 --follow

Relaunch all services

git pull && docker compose up --build --force-recreate --detach

Relaunch one service

git pull && docker compose up --build --force-recreate --no-deps --detach playground-playground

License

MIT

About

prototypes you can play with

https://playground.crestfall.sh

License:MIT License


Languages

Language:JavaScript 92.5%Language:PLpgSQL 5.2%Language:Dockerfile 1.2%Language:Shell 0.6%Language:CSS 0.3%Language:HTML 0.2%