Compare commits
5 Commits
d1d2cbdb47
...
038ba427eb
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
038ba427eb | ||
| 461d812316 | |||
| ac6f7c8905 | |||
| 16a707bf9e | |||
|
|
145d771d89 |
@ -371,7 +371,7 @@ services:
|
||||
- "traefik.http.services.healthchecks-http.loadbalancer.server.port=8000"
|
||||
- "traefik.http.routers.healthchecks.middlewares=authchain@docker"
|
||||
apache:
|
||||
image: php:7.2-apache
|
||||
image: php:7.4-apache
|
||||
volumes:
|
||||
- ./apache:/var/www/html
|
||||
ports:
|
||||
@ -388,7 +388,7 @@ services:
|
||||
networks:
|
||||
- backend
|
||||
apache2:
|
||||
image: php:7.2-apache
|
||||
image: php:7.4-apache
|
||||
volumes:
|
||||
- ./apache:/var/www/html
|
||||
ports:
|
||||
|
||||
@ -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:
|
||||
|
||||
@ -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