mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-21 01:27:01 +02:00
upgrade awx to 16.0.0
This commit is contained in:
parent
8cc71657b8
commit
e83671fe35
@ -1,5 +1,5 @@
|
||||
#
|
||||
# https://github.com/ansible/awx/blob/15.0.1/installer/roles/local_docker/templates/docker-compose.yml.j2
|
||||
# https://github.com/ansible/awx/blob/16.0.0/installer/roles/local_docker/templates/docker-compose.yml.j2
|
||||
#
|
||||
|
||||
version: '2'
|
||||
@ -7,7 +7,7 @@ version: '2'
|
||||
services:
|
||||
|
||||
web:
|
||||
image: ansible/awx:15.0.1
|
||||
image: ansible/awx:16.0.0
|
||||
container_name: awx_web
|
||||
hostname: awxweb
|
||||
user: root
|
||||
@ -29,7 +29,7 @@ services:
|
||||
restart: unless-stopped
|
||||
|
||||
task:
|
||||
image: ansible/awx:15.0.1
|
||||
image: ansible/awx:16.0.0
|
||||
command: /usr/bin/launch_awx_task.sh
|
||||
container_name: awx_task
|
||||
hostname: awx
|
||||
|
Loading…
Reference in New Issue
Block a user