Compare commits
2 commits
48c9e9053e
...
aa4502b1b3
| Author | SHA1 | Date | |
|---|---|---|---|
| aa4502b1b3 | |||
| f887de25c5 |
3 changed files with 5 additions and 3 deletions
|
|
@ -13,7 +13,7 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: docker.io/library/redis:7.4.7
|
image: docker.io/library/redis:8.4.0
|
||||||
ports:
|
ports:
|
||||||
- "6379:6379"
|
- "6379:6379"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
|
|
@ -1 +1,3 @@
|
||||||
|
docker_compose__build: always
|
||||||
docker_compose__configuration_files: [ ]
|
docker_compose__configuration_files: [ ]
|
||||||
|
docker_compose__pull: always
|
||||||
|
|
|
||||||
|
|
@ -79,8 +79,8 @@
|
||||||
community.docker.docker_compose_v2:
|
community.docker.docker_compose_v2:
|
||||||
project_src: /ansible_docker_compose
|
project_src: /ansible_docker_compose
|
||||||
state: present
|
state: present
|
||||||
build: always
|
build: "{{ docker_compose__build }}"
|
||||||
pull: always
|
pull: "{{ docker_compose__pull }}"
|
||||||
remove_orphans: true
|
remove_orphans: true
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue