Skip to content

Commit

Permalink
Merge pull request #56 from doxa-tech/docker-logger
Browse files Browse the repository at this point in the history
Remove syslog-ng from container because of rsyslog conflict
  • Loading branch information
Keran Kocher authored Jan 9, 2022
2 parents b305f63 + 5de918f commit fa98c14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ ADD resj.conf /etc/nginx/sites-enabled/resj.conf
# Disable cron service because it is provided by Jelastic
RUN touch /etc/service/cron/down

# Disable syslog-ng in favor of rsyslog provided by Jelastic
RUN rm /etc/systemd/system/multi-user.target.wants/syslog-ng.service
RUN rm /etc/logrotate.d/syslog-ng

# Rails migrations are run on startup
COPY --chmod=0755 migrations.sh /etc/my_init.d/40_migrations.sh

Expand Down

0 comments on commit fa98c14

Please sign in to comment.