into "ui" dir

This commit is contained in:
Jörn-Michael Miehe 2020-09-06 01:45:43 +02:00
parent 6a9725c0d7
commit 692fd4d9d6
27 changed files with 9 additions and 8 deletions

View file

@ -4,12 +4,13 @@ volumes:
frontend_home:
services:
dev:
build: ./docker
restart: "no"
ui:
build: ui/docker
restart: 'unless-stopped'
volumes:
- "frontend_home:/home/node"
- "${PWD}:/srv/vue/bday2020"
- "${PWD}/ui:/srv/vue/bday2020"
ports:
- 8000:8000
- 8080:8080
- 8080:8080

View file

View file

Before

Width:  |  Height:  |  Size: 412 KiB

After

Width:  |  Height:  |  Size: 412 KiB

View file

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View file

Before

Width:  |  Height:  |  Size: 237 KiB

After

Width:  |  Height:  |  Size: 237 KiB

View file

Before

Width:  |  Height:  |  Size: 496 KiB

After

Width:  |  Height:  |  Size: 496 KiB

View file

Before

Width:  |  Height:  |  Size: 91 KiB

After

Width:  |  Height:  |  Size: 91 KiB

View file

Before

Width:  |  Height:  |  Size: 155 KiB

After

Width:  |  Height:  |  Size: 155 KiB

View file

@ -3,9 +3,9 @@
<h1>Alles Gute zu Deinem Geburtstag!</h1>
<vue-plyr>
<video poster='../assets/poster.png' autoplay="true">
<source src='/api/part1_240.mp4' type='video/mp4' size='240'>
<source src='/api/part1_360.mp4' type='video/mp4' size='360'>
<source src='/api/part1_480.mp4' type='video/mp4' size='480'>
<source src='/fake_api/part1_240.mp4' type='video/mp4' size='240'>
<source src='/fake_api/part1_360.mp4' type='video/mp4' size='360'>
<source src='/fake_api/part1_480.mp4' type='video/mp4' size='480'>
</video>
</vue-plyr>
</div>