Remove Redis and Sidekiq from Dawarich

This commit is contained in:
Eugene Burmakin
2025-06-02 20:53:35 +02:00
parent 296e2c08fa
commit 6d39f4306f
43 changed files with 45 additions and 616 deletions

View File

@@ -60,9 +60,6 @@ RUN mkdir -p $APP_PATH/tmp && touch $APP_PATH/tmp/caching-dev.txt
COPY ./docker/web-entrypoint.sh /usr/local/bin/web-entrypoint.sh
RUN chmod +x /usr/local/bin/web-entrypoint.sh
COPY ./docker/sidekiq-entrypoint.sh /usr/local/bin/sidekiq-entrypoint.sh
RUN chmod +x /usr/local/bin/sidekiq-entrypoint.sh
EXPOSE $RAILS_PORT
ENTRYPOINT ["bundle", "exec"]