1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 09:25:10 +03:00

Update dev container to be consistent with other installation methods

- rename start_development.sh script to `launch_awx.sh`, like it is in k8 installations
This commit is contained in:
Christian Adams 2020-03-11 14:12:56 -04:00
parent 9a394a5726
commit 3755151cc5
3 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ services:
image: ${DEV_DOCKER_TAG_BASE}/awx_devel:${TAG}
container_name: tools_awx_1
hostname: awx
command: /start_development.sh
command: launch_awx.sh
environment:
CURRENT_UID:
OS:

View File

@ -121,9 +121,9 @@ ENV LC_ALL en_US.UTF-8
ADD tools/docker-compose/nginx.conf /etc/nginx/nginx.conf
ADD tools/docker-compose/nginx.vh.default.conf /etc/nginx/conf.d/nginx.vh.default.conf
ADD tools/docker-compose/start_development.sh /start_development.sh
ADD tools/docker-compose/launch_awx.sh /usr/bin/launch_awx.sh
ADD tools/docker-compose/start_tests.sh /start_tests.sh
ADD tools/docker-compose/bootstrap_development.sh /bootstrap_development.sh
ADD tools/docker-compose/bootstrap_development.sh /usr/bin/bootstrap_development.sh
EXPOSE 8043 8013 8080 22

View File

@ -1,7 +1,7 @@
#!/bin/bash
set +x
/bootstrap_development.sh
bootstrap_development.sh
cd /awx_devel
# Start the services