Skip to content
Snippets Groups Projects
Commit 8d89e3e4 authored by Jonathan Foucher's avatar Jonathan Foucher
Browse files

set docker-compose images

parent cf90037d
No related branches found
No related tags found
No related merge requests found
Pipeline #36567 passed
......@@ -10,6 +10,7 @@ services:
build:
context: ./docker/nginx
dockerfile: Dockerfile
image: ${DOCKER_IMAGE_NGINX}
container_name: nginx
ports:
- ${HTTPD_PORT}:80
......@@ -23,6 +24,7 @@ services:
build:
context: ./docker/php
dockerfile: Dockerfile
image: ${DOCKER_IMAGE_PHP}
container_name: php
volumes:
- .:/var/www/gestion-rgpd/:delegated
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment