chore(standupbot): switch to upstream container image

This commit is contained in:
Jan Christian Grünhage 2023-02-23 11:23:45 +01:00
parent 26e383dc26
commit 9b986c59a4
No known key found for this signature in database
GPG key ID: EEC1170CE56FA2ED

View file

@ -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"