Added volumes for data

This commit is contained in:
Lukáš Plevač 2023-10-09 14:50:17 +02:00
parent 3af701a598
commit 13e4048c1b

View File

@ -4,4 +4,7 @@ services:
image: yags-web image: yags-web
build: ./web build: ./web
ports: ports:
- 80:80 - 80:80
volumes:
- yagsDb:/var/www/html/DB
- yagsData:/var/www/html/ARTEFACTS