No description
| site | ||
| .env.example | ||
| .gitattributes | ||
| .gitignore | ||
| docker-compose.yml | ||
| README.md | ||
pogoo-atlas — repo git.pogoo.app/kpetit/pogoo-atlas
Self-contained deploy repo for atlas.pogoo.app (Pogoo · Atlas). Fully isolated: own frontend + API + Postgres. Portainer-git friendly.
pogoo-atlas/
├── docker-compose.yml # web (./site) + api + db, all isolated
└── site/ # index.html, Dockerfile, nginx.conf, favicons (stone-blue accent)
Deploy (Portainer-git, auto)
- Push to Forgejo:
git.pogoo.app/kpetit/pogoo-atlas. - Portainer → Stacks → Add → Git repository
- URL:
https://git.pogoo.app/kpetit/pogoo-atlas.git - Compose path:
docker-compose.yml - Env var:
DB_PASSWORD(set in the stack, not committed) - Automatic updates + webhook: ON
- URL:
- Forgejo repo → Settings → Webhooks → paste the Portainer webhook URL.
Prereqs
- Edge stack up,
edgenetwork exists. - DNS:
atlas.pogoo.app→ server IP.
Notes
apiis atraefik/whoamiplaceholder — swap for the real Atlas backend.db(Postgres) stays on the privateatlas_net, never onedge. Its data is this product's own.