revert: restore registry cache, investigate LE cert

This commit is contained in:
Celes Hillyerd
2026-06-26 03:28:59 -07:00
parent b516d6805f
commit bf9b7e65dd
11 changed files with 170 additions and 67 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Scheduler image — adds postgresql-client for running migrations via psql.
# Built separately from the base service image. Only the scheduler uses this.
FROM python:3.12-slim
FROM registry.celestium.life/dockerhub-cache/library/python:3.12-slim
ENV PYTHONDONTWRITEBYTECODE=1
ENV PYTHONUNBUFFERED=1