Added dev compose

This commit is contained in:
Lukáš Plevač 2023-10-02 10:29:27 +02:00
parent a151188965
commit c39f1663d5
2 changed files with 11 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
web/DB
web/ARTEFACTS

9
docker-compose-dev.yml Normal file
View File

@ -0,0 +1,9 @@
version: '3.8'
services:
web:
image: yags-web
build: ./web
ports:
- 8080:80
volumes:
- ./web:/var/www/html/