sociallyconcord-crontab (0.3.4)

Published 2026-03-11 15:53:53 -07:00 by rzazueta

Installation

docker pull code.robzazueta.com/rzazueta/sociallyconcord-crontab:0.3.4
sha256:054c8520af99abd4541dd4a4991bc2bfec8a71990bd7f56ee71f62d0a21c8142

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:1ae27d2ef4369361104b699712f3897141e394785df5d193d67b44626f57eb87 in /
CMD ["/bin/bash"]
RUN /bin/sh -c echo "Building crontab..." # buildkit
WORKDIR /workers
RUN /bin/sh -c apt-get update && apt-get install -y curl software-properties-common npm # buildkit
RUN /bin/sh -c npm install n -g && n 22.12.0 # buildkit
COPY ./sites/sociallyconcord/custom/crontab ./ # buildkit
COPY ./core/app/lib ./lib # buildkit
COPY ./sites/sociallyconcord/custom/lib ./lib # buildkit
ENV APP_USERNAME=robz+rzfrontend@techknowme.com
ENV APP_PASSWORD=dWPSz2ISwSdI8nE4wdmGpX4GbbsmQb
ENV VAPID_PRIVATE_KEY=eJzfb3aKwWBnfmZp6V6DITEaPGOphfmnHOGbQ5IgtIo
ENV VAPID_PUBLIC_KEY=BD3fIbCOks0ucKl98fWiTmnaysMzjHKRD-NVpO_97egd-S_lOCl8bLZxaalXvQsJn7xh78lOJ74Thipsb6mQ5qY
ENV PUBLIC_ORIGIN=https://test.sociallyconcord.com
ENV ORIGIN=https://test.sociallyconcord.com
ENV FCM_KEY=AIzaSyATAffYO7E3TZKWjmx8I_FTdmlJOCKAn48
ENV WORKER_DATA_PATH=/data
ENV APPDATA_PATH=/workers/appdata
ENV STATS_URL=http://localhost:4015
ENV STATS_SECRET=Zk6MDt3Qu4iW0HykSPaSbP84dO8rpo
ENV EMAIL_TEMPLATE_PATH=/filesystem/static/email_templates
ENV DB_HOST=db
ENV DB_PORT=5432
ENV DB_USER=sociallyconcord
ENV DB_PASSWORD=l0g7hH4Z7kTEnwfxLlYe0c
ENV DB_DATABASE=sociallyconcord
ENV MEILISEARCH_ENDPOINT=http://meilisearch:7700
ENV MEILISEARCH_MASTER_KEY=rUpoX7HAXbCAqmA^h%#YLvsCV
RUN /bin/sh -c printenv > /etc/environment # buildkit
RUN /bin/sh -c printenv # buildkit
RUN /bin/sh -c npm install # buildkit
RUN /bin/sh -c apt-get update && apt-get -y install cron # buildkit
COPY ./sites/sociallyconcord/custom/crontab/crontab /etc/cron.d/crontab # buildkit
RUN /bin/sh -c chmod 0644 /etc/cron.d/crontab # buildkit
RUN /bin/sh -c crontab /etc/cron.d/crontab # buildkit
RUN /bin/sh -c touch /var/log/cron.log # buildkit
CMD ["/bin/sh" "-c" "cron >> /var/log/cron.log 2>&1 && tail -f /var/log/cron.log"]

Labels

Key Value
com.docker.compose.project sociallyconcord
com.docker.compose.service crontab
com.docker.compose.version 2.40.0
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2026-03-11 15:53:53 -07:00
1
OCI / Docker
linux/amd64
516 MiB
Versions (9) View all
0.3.6 2026-03-13
0.3.5 2026-03-12
0.3.4 2026-03-11
0.3.3 2026-03-11
0.3.2 2026-03-09