mirror of
https://github.com/Lukas0025/YAGS.git
synced 2025-04-03 14:31:32 +01:00
14 lines
211 B
YAML
14 lines
211 B
YAML
version: '3.8'
|
|
services:
|
|
web:
|
|
image: yags-web
|
|
build: ./web
|
|
ports:
|
|
- 80:80
|
|
volumes:
|
|
- yagsDb:/var/www/html/DB
|
|
- yagsData:/var/www/html/ARTEFACTS
|
|
|
|
volumes:
|
|
yagsDb:
|
|
yagsData: |