diff --git a/docker-compose.yml b/docker-compose.yml index 09a0687..94a0403 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,4 +4,7 @@ services: image: yags-web build: ./web ports: - - 80:80 \ No newline at end of file + - 80:80 + volumes: + - yagsDb:/var/www/html/DB + - yagsData:/var/www/html/ARTEFACTS \ No newline at end of file