Compare commits
5 Commits
889dde1161
...
555121b4e7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
555121b4e7 | ||
| 461d812316 | |||
| ac6f7c8905 | |||
| 16a707bf9e | |||
|
|
145d771d89 |
@ -59,7 +59,7 @@ services:
|
||||
volumes:
|
||||
- redisdata:/data
|
||||
paperless-webserver:
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.7.2
|
||||
image: ghcr.io/paperless-ngx/paperless-ngx:2.13.5
|
||||
container_name: paperless-webserver
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
@ -105,7 +105,7 @@ services:
|
||||
- "traefik.http.routers.testweb.entrypoints=websecure"
|
||||
- "traefik.http.routers.testweb.tls.certresolver=myresolver"
|
||||
actual_server:
|
||||
image: docker.io/actualbudget/actual-server:24.11.0
|
||||
image: docker.io/actualbudget/actual-server:24.12.0
|
||||
ports:
|
||||
# This line makes Actual available at port 5006 of the device you run the server on,
|
||||
# i.e. http://localhost:5006. You can change the first number to change the port, if you want.
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user