Remove VIRTUAL_PATH and use additional compose file
continuous-integration/drone/push Build is passing Details

pull/1/head
lars 2023-10-02 13:51:59 -05:00
parent acadd84b5a
commit 256ad0454a
2 changed files with 4 additions and 15 deletions

View File

@ -8,13 +8,4 @@ services:
- 8080
environment:
- VIRTUAL_PORT=8080
- VIRTUAL_HOST=${HOST}
- VIRTUAL_PATH=/${ECHO_PATH}/
- VIRTUAL_DEST=/
networks:
- cicd
networks:
cicd:
driver: bridge
external: true
- VIRTUAL_HOST=${HOST}

View File

@ -1,5 +1,7 @@
{
"additionalFiles": [],
"additionalFiles": [
"portainer_deploy.docker-compose.yml"
],
"autoUpdate": {
"forcePullImage": false,
"forceUpdate": false,
@ -12,10 +14,6 @@
{
"name": "HOST",
"value": "dvdemo.privatedns.org"
},
{
"name": "ECHO_PATH",
"value": "deployed_echo"
}
],
"fromAppTemplate": false,