This commit is contained in:
Gary Kwok
2024-03-11 15:20:47 +08:00
parent f49cfc64d9
commit 983889b813
20 changed files with 5352 additions and 11 deletions

View File

@@ -42,10 +42,15 @@ registryPass: "P@ssw0rd"
imagePullDomain: "pvgharbor.duckdns.org"
# The configuration
demolamp:
imageName: "{{ imagePullDomain }}/demolamp/demolamp"
pushRepoName: "{{ imagePushDomain }}/demolamp/demolamp"
dockerFile: "Dockerfile_demolamp.yml"
pvgnginx:
imageName: "{{ imagePullDomain }}/pvgnginx/pvgnginx"
pushRepoName: "{{ imagePushDomain }}/pvgnginx/pvgnginx"
dockerFile: "Dockerfile_nginx.yml"
pvgphpfpm:
imageName: "{{ imagePullDomain }}/pvgphpfpm/pvgphpfpm"
pushRepoName: "{{ imagePushDomain }}/pvgphpfpm/pvgphpfpm"
dockerFile: "Dockerfile_phpfpm.yml"
# Update the docker-compose file (var=fileCompose) every execution.
# true: Ansible will use template module to transfer the file.