Skip to content

Dominux/gotcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gotcha

GitHub Workflow Status (with event) Dockerhub latest Docker Image Size (tag) Any platform

Arch

Gotcha service high-level arch

Running this sht

No need to clone the proj, to download a go compiler or smth else. No even need to build the image on ur own - just take the pre-built one! Oh yeah, it's based on the scratch image so that's why it's 146% not bloat - just the runtime itself, so it will take as less disk space as possible (9.35MB total)

1. Declaring env vars

There are 2 ways to declare them, but we'll got with copypasting the original .env.example file into any directory with whatever name ya wish. Don't forget to set proper values for them!!!

2. Running the container itself

Example of such a command. Set right --env-file and -p params (inner port is 8000 and isn't meant to be changed anyhow - who cares, it's internal anyway)

docker run -d --env-file ~/gotcha/.gotcha.env -p 1337:8000 --name gotcha thedominux/gotcha

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published