Skip to content

Commit

Permalink
Chore: Remove remaining Backup code
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Cameron <git@jasoncameron.dev>
  • Loading branch information
JasonLovesDoggo committed Oct 2, 2024
1 parent 0c56b82 commit 3806c5f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,4 @@ jobs:
docker push ghcr.io/mcpt/wlmoj-celery:latest
docker push ghcr.io/mcpt/wlmoj-bridged:latest
docker push ghcr.io/mcpt/wlmoj-wsevent:latest
docker push ghcr.io/mcpt/wlmoj-backups:latest
14 changes: 7 additions & 7 deletions dmoj/docker-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,13 @@ services:
placement:
constraints: [ node.hostname == general ]

backups:
image: ghcr.io/mcpt/wlmoj-backups
env_file: [ environment/mysql.env, environment/mysql-admin.env, environment/backups.env ]
networks:
- db
deploy:
replicas: 1
# backups:
# image: ghcr.io/mcpt/wlmoj-backups
# env_file: [ environment/mysql.env, environment/mysql-admin.env, environment/backups.env ]
# networks:
# - db
# deploy:
# replicas: 1

redis:
image: redis:alpine
Expand Down
2 changes: 1 addition & 1 deletion dmoj/scripts/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ if ! ( has_param '-sd' "$@" || has_param '--skip-deploy' "$@"); then
# wsevent
docker service update --detach wlmoj_wsevent --image ghcr.io/mcpt/wlmoj-wsevent
# backups
docker service update --detach wlmoj_backups --image ghcr.io/mcpt/wlmoj-backups
# docker service update --detach wlmoj_backups --image ghcr.io/mcpt/wlmoj-backups

# Don't update nginx automatically, as it will cause downtime. Update it manually. via passing the nginx flag to this script.
fi
Expand Down

0 comments on commit 3806c5f

Please sign in to comment.