Skip to content

Instantly share code, notes, and snippets.

View goto-eof's full-sized avatar
👻
coding

Andrei D. goto-eof

👻
coding
View GitHub Profile
@goto-eof
goto-eof / user-guide-fromgtog-v.3.0.10.md
Last active May 3, 2025 18:57
user-guide-fromgtog-v.3.0.10.md
@goto-eof
goto-eof / gist:10b4723596951e32b5b34772d9dab997
Last active May 1, 2025 15:33
guide-fromgtog-v.2.0.2.md
@goto-eof
goto-eof / guide-fromgtog-v.1.1.1.md
Last active May 3, 2025 21:15
FromGtoG Configuration Guide
@goto-eof
goto-eof / docker-compose.yml
Created October 25, 2022 06:30 — forked from allenyang79/docker-compose.yml
a sample docker-compose.yml for auto build docker file.
version: '2'
services:
www:
image: allen-test:tag
build:
context: www/.
dockerfile: Dockerfile
container_name: www
command: python -m app.main
environment: