Infra_ansible_dockercompose/stacks/glance/rss-builder/Dockerfile
Tellsanguis fd01ea59ee Commit initial : infrastructure Ansible pour homeserver
- Playbooks Ansible avec rôles (common, cockpit, docker, services)
- 30+ stacks Docker Compose avec reverse proxy Traefik
- Ansible Vault pour gestion secrets
- Intégration CrowdSec pour détection intrusions
- Versions images Docker fixées pour reproductibilité
2025-11-23 19:40:17 +01:00

7 lines
98 B
Docker

FROM python:3.11-alpine
WORKDIR /app
COPY generate_rss.py .
CMD ["python3", "generate_rss.py"]