Remove VIRTUAL_PATH and use additional compose file
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
acadd84b5a
commit
256ad0454a
@ -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}
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user