Skip to content
Snippets Groups Projects
Commit e9e8518c authored by uıןǝnbsɐW ןǝɐʞɔıW's avatar uıןǝnbsɐW ןǝɐʞɔıW
Browse files

Update project.nomad

parent ecf020fe
Branches dev
No related tags found
No related merge requests found
Pipeline #1465 passed
......@@ -22,12 +22,17 @@ job "php-worker-service" {
task "php-fpm" {
artifact {
source = "git::http://gitlab-backend.priv.lifl.fr/masqueli/hello-world-nomad.git"
destination = "local/datas/"
}
driver = "docker"
config {
image = "php:7-fpm"
ports = ["php-fpm"]
volumes = [ "local/datas/index.html:/usr/share/nginx/html/index.html", "local/datas/mesinfos.php:/usr/share/nginx/html/mesinfos.php" ]
# volumes = [ "local/datas/index.html:/usr/share/nginx/html/index.html", "local/datas/mesinfos.php:/usr/share/nginx/html/mesinfos.php" ]
}
service {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment