mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
upgrade awx to 13.0.0
This commit is contained in:
parent
cd71789f10
commit
a3cd320e22
@ -1,5 +1,5 @@
|
||||
#
|
||||
# https://github.com/ansible/awx/blob/12.0.0/installer/roles/local_docker/templates/docker-compose.yml.j2
|
||||
# https://github.com/ansible/awx/blob/13.0.0/installer/roles/local_docker/templates/docker-compose.yml.j2
|
||||
#
|
||||
|
||||
version: '2'
|
||||
@ -7,7 +7,7 @@ version: '2'
|
||||
services:
|
||||
|
||||
web:
|
||||
image: ansible/awx:12.0.0
|
||||
image: ansible/awx:13.0.0
|
||||
container_name: awx_web
|
||||
hostname: awxweb
|
||||
user: root
|
||||
@ -29,7 +29,7 @@ services:
|
||||
restart: unless-stopped
|
||||
|
||||
task:
|
||||
image: ansible/awx:12.0.0
|
||||
image: ansible/awx:13.0.0
|
||||
command: /usr/bin/launch_awx_task.sh
|
||||
container_name: awx_task
|
||||
hostname: awx
|
||||
@ -44,7 +44,7 @@ services:
|
||||
- ./data/redis/redis_socket:/var/run/redis:rw
|
||||
- ./data/projects:/var/lib/awx/projects:rw
|
||||
environment:
|
||||
- SUPERVISOR_WEB_CONFIG_PATH=/supervisor.conf
|
||||
SUPERVISOR_WEB_CONFIG_PATH: /etc/supervisord.conf
|
||||
depends_on:
|
||||
- postgres
|
||||
- redis
|
||||
|
Loading…
Reference in New Issue
Block a user