apps-data for all = nginx + jars
This commit is contained in:
parent
66d098410b
commit
db3df2d9ef
|
|
@ -19,7 +19,7 @@ services:
|
|||
|
||||
volumes:
|
||||
# Nginx configuration
|
||||
- apps-data/nginx-config:/etc/nginx/conf.d
|
||||
- apps-data:/etc/nginx/conf.d
|
||||
|
||||
|
||||
# Lets encrypt for https
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ pipeline {
|
|||
script{
|
||||
def nxinx_build ="docker compose --file deploy-this/deploy-dc.yml up --detach "
|
||||
sh(nxinx_build);
|
||||
sh "cp ./nginx-config/http /apps-data/nginx-config"
|
||||
sh "cp ./nginx-config/http /apps-data"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue