mirror of
https://github.com/Lukas0025/YAGS.git
synced 2025-04-11 18:02:12 +01:00
Added dev compose
This commit is contained in:
parent
a151188965
commit
c39f1663d5
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
web/DB
|
||||||
|
web/ARTEFACTS
|
9
docker-compose-dev.yml
Normal file
9
docker-compose-dev.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
version: '3.8'
|
||||||
|
services:
|
||||||
|
web:
|
||||||
|
image: yags-web
|
||||||
|
build: ./web
|
||||||
|
ports:
|
||||||
|
- 8080:80
|
||||||
|
volumes:
|
||||||
|
- ./web:/var/www/html/
|
Loading…
x
Reference in New Issue
Block a user