Skip to content

Commit

Permalink
Deploy sentinel
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Cameron <[email protected]>
  • Loading branch information
JasonLovesDoggo committed Nov 3, 2024
1 parent cc100bc commit 0577101
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
17 changes: 10 additions & 7 deletions dmoj/docker-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,13 +157,16 @@ 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
sentinel:
image: ghcr.io/mcpt/sentinel
volumes:
- /var/share/:/var/share/:ro
- /var/share/configs/backups/config.toml:/config.toml:ro
command: "--config-file /config.toml"
networks:
- db
deploy:
replicas: 1

redis:
image: redis:alpine
Expand Down
7 changes: 0 additions & 7 deletions dmoj/environment/backups.env

This file was deleted.

0 comments on commit 0577101

Please sign in to comment.