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