Compare commits

...

4 Commits

4 changed files with 12 additions and 4 deletions

View File

@@ -3,14 +3,20 @@ Simple README
Just use Docker to build and to run for ease: Just use Docker to build and to run for ease:
Build: Build:
``` ```
docker build -t mesite . docker build -t gigiaj/mesite .
``` ```
Run: Run:
``` ```
docker run -p 8084:80 mesite docker run -p 8084:80 gigiaj/mesite
``` ```
Can access in browser now at: Can access in browser now at:
``` ```
localhost:8084 localhost:8084
``` ```
deploy to docker repo
```
echo "$DOCKERHUB_PAT" | docker login --username gigiaj --password-stdin
docker push gigiaj/mesite:latest
```

1
sample.env Normal file
View File

@@ -0,0 +1 @@
export DOCKERHUB_PAT=""

View File

@@ -28,7 +28,8 @@
[:p "Creator of " [:a {:href "https://github.com/OSRSB/OsrsBot"} "OSRSB"] " a botting API for Old School RuneScape."] [:p "Creator of " [:a {:href "https://github.com/OSRSB/OsrsBot"} "OSRSB"] " a botting API for Old School RuneScape."]
[:p [:a {:href "https://github.com/GigiaJ/Renny"} "Infrequent" ] " software reverse engineer for games. Zig soon though."] [:p [:a {:href "https://github.com/GigiaJ/Renny"} "Infrequent" ] " software reverse engineer for games. Zig soon though."]
[:p [:a {:href "https://github.com/GigiaJ/dotfiles/tree/master/guix/.config/guix"} "My Guix home configuration"] " if you want your Guix config just like mine for some reason. (It's an alright reference I guess)."] [:p [:a {:href "https://github.com/GigiaJ/dotfiles/tree/master/guix/.config/guix"} "My Guix home configuration"] " if you want your Guix config just like mine for some reason. (It's an alright reference I guess)."]
[:p [:a {:href "https://github.com/GigiaJ/dotfiles/tree/master/iac"} "My Clojurescript Pulumi IaC"] " for an unmanaged K8 cluster with hcloud."] [:p [:a {:href "https://github.com/GigiaJ/iac-cljs-configs"} "My Clojurescript Pulumi IaC configs"] " for an unmanaged K8 cluster on hcloud that defines a reproducible infrastructure in which my services are defined and can live."]
[:p [:a {:href "https://github.com/GigiaJ/pulumi-clojurescript"} "pulumi-cljs"] " a library I wrote for creating extremely dynamic IaC with Clojurescript. Goes well with my Guix configs."]
[:p [:a {:href "https://codeberg.org/Gigia/gunit"} "My Guix channel"] " where I have some packages that aren't upstreamed."] [:p [:a {:href "https://codeberg.org/Gigia/gunit"} "My Guix channel"] " where I have some packages that aren't upstreamed."]
[:br] [:br]
[:br] [:br]