Compare commits

...

3 Commits

Author SHA1 Message Date
Renovate Bot
3ca60f7e91 Update gitea/gitea Docker tag to v1.22.6 2024-12-16 22:00:04 +00:00
461d812316 Pull Docker images before bringing them up
All checks were successful
Ansible Deploy / Homelab-Deploy (ansible/buildHomelab.yaml) (push) Successful in 2m7s
2024-12-16 09:52:58 -05:00
ac6f7c8905 Removed 'git' server from inventory
All checks were successful
Ansible Deploy / Homelab-Deploy (ansible/buildHomelab.yaml) (push) Successful in 2m6s
2024-12-16 08:37:28 -05:00
3 changed files with 7 additions and 3 deletions

View File

@ -11,7 +11,7 @@ volumes:
services:
server:
image: gitea/gitea:1.22.3
image: gitea/gitea:1.22.6
container_name: gitea
restart: unless-stopped
environment:

View File

@ -83,10 +83,16 @@
src: assets/{{ inventory_hostname }}/compose.yml.j2
dest: /root/docker/compose.yml
backup: true
- name: Pull images
ansible.builtin.shell: docker compose pull
args:
chdir: /root/docker
- name: Run Docker
ansible.builtin.shell: docker compose up -d --remove-orphans
args:
chdir: /root/docker
- name: Prune images
ansible.builtin.shell: docker image prune -f
- name: Local server Wireguard
hosts:

View File

@ -11,8 +11,6 @@ docker:
ansible_ssh_user: root
docker-int:
ansible_ssh_user: root
git:
ansible_ssh_user: root
basementpi:
ansible_host: 10.11.1.10
ansible_ssh_user: root