mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2025-01-06 06:38:42 +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
|
- name: Ensure standupbot container is running
|
||||||
become: true
|
become: true
|
||||||
community.docker.docker_container:
|
community.docker.docker_container:
|
||||||
image: ghcr.io/famedly/standupbot:latest
|
image: ghcr.io/beeper/standupbot:latest
|
||||||
name: standupbot
|
name: standupbot
|
||||||
restart_policy: unless-stopped
|
restart_policy: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- "{{ standupbot_base_path }}:{{ standupbot_base_path }}"
|
- "{{ standupbot_base_path }}:{{ standupbot_base_path }}"
|
||||||
- "{{ standupbot_base_path }}/data:/root/.local/share/standupbot"
|
- "{{ standupbot_base_path }}/data:/root/.local/share/standupbot"
|
||||||
working_dir: "{{ standupbot_base_path }}"
|
working_dir: "{{ standupbot_base_path }}"
|
||||||
command: "/usr/local/bin/standupbot"
|
command: "/usr/bin/standupbot"
|
||||||
|
|
Loading…
Reference in a new issue