v3
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user