mirror of
https://github.com/brunopostle/ifcurl.git
synced 2026-07-12 10:18:14 +00:00
- dev/compose.yml: Gitea via podman-compose, SQLite, ports 3000/2222 - INSTALL_LOCK skips the web installer; all config via env vars - Named volume ifcurl-gitea-data persists across restarts - .gitignore: exclude dev/gitea-data/ if it appears Start: podman-compose -f dev/compose.yml up -d Stop: podman-compose -f dev/compose.yml down Reset: podman-compose -f dev/compose.yml down -v Generated with the assistance of an AI coding tool.
7 lines
75 B
Text
7 lines
75 B
Text
__pycache__/
|
|
*.pyc
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.pytest_cache/
|
|
dev/gitea-data/
|