626 B
626 B
Repository Instructions
This repository is managed directly with Docker Compose.
- Do not assume Portainer is part of the deployment workflow.
- Deploy services with
docker composeand each service's local.env. - Do not use
stack.envas the deployment environment file. - Avoid adding new Portainer-based instructions.
- Keep edits scoped; many service compose files may have local uncommitted changes.
- For exposed services, keep Traefik labels consistent with the existing
proxynetwork pattern. - Validate compose changes with
docker compose --env-file .env configfrom the service directory when possible.