mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-18 04:58:52 +02:00
update awx
This commit is contained in:
parent
272e0758f0
commit
95a00353f3
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# https://github.com/ansible/awx/blob/14.1.0/installer/roles/local_docker/templates/docker-compose.yml.j2
|
# https://github.com/ansible/awx/blob/15.0.1/installer/roles/local_docker/templates/docker-compose.yml.j2
|
||||||
#
|
#
|
||||||
|
|
||||||
version: '2'
|
version: '2'
|
||||||
@ -7,7 +7,7 @@ version: '2'
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: ansible/awx:14.1.0
|
image: ansible/awx:15.0.1
|
||||||
container_name: awx_web
|
container_name: awx_web
|
||||||
hostname: awxweb
|
hostname: awxweb
|
||||||
user: root
|
user: root
|
||||||
@ -29,7 +29,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
task:
|
task:
|
||||||
image: ansible/awx:14.1.0
|
image: ansible/awx:15.0.1
|
||||||
command: /usr/bin/launch_awx_task.sh
|
command: /usr/bin/launch_awx_task.sh
|
||||||
container_name: awx_task
|
container_name: awx_task
|
||||||
hostname: awx
|
hostname: awx
|
||||||
@ -61,7 +61,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:12-alpine
|
image: postgres:13-alpine
|
||||||
container_name: awx_postgres
|
container_name: awx_postgres
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/postgres:/var/lib/postgresql/data/pgdata:Z
|
- ./data/postgres:/var/lib/postgresql/data/pgdata:Z
|
||||||
|
Loading…
Reference in New Issue
Block a user