mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-12-12 12:22:26 +00:00
chore(standupbot): switch to upstream container image
This commit is contained in:
parent
26e383dc26
commit
9b986c59a4
1 changed files with 2 additions and 2 deletions
|
@ -38,11 +38,11 @@
|
|||
- name: Ensure standupbot container is running
|
||||
become: true
|
||||
community.docker.docker_container:
|
||||
image: ghcr.io/famedly/standupbot:latest
|
||||
image: ghcr.io/beeper/standupbot:latest
|
||||
name: standupbot
|
||||
restart_policy: unless-stopped
|
||||
volumes:
|
||||
- "{{ standupbot_base_path }}:{{ standupbot_base_path }}"
|
||||
- "{{ standupbot_base_path }}/data:/root/.local/share/standupbot"
|
||||
working_dir: "{{ standupbot_base_path }}"
|
||||
command: "/usr/local/bin/standupbot"
|
||||
command: "/usr/bin/standupbot"
|
||||
|
|
Loading…
Reference in a new issue