into "ui" dir
|
@ -4,12 +4,13 @@ volumes:
|
||||||
frontend_home:
|
frontend_home:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
dev:
|
ui:
|
||||||
build: ./docker
|
build: ui/docker
|
||||||
restart: "no"
|
restart: 'unless-stopped'
|
||||||
volumes:
|
volumes:
|
||||||
- "frontend_home:/home/node"
|
- "frontend_home:/home/node"
|
||||||
- "${PWD}:/srv/vue/bday2020"
|
- "${PWD}/ui:/srv/vue/bday2020"
|
||||||
ports:
|
ports:
|
||||||
- 8000:8000
|
- 8000:8000
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
|
|
||||||
|
|
0
.gitignore → ui/.gitignore
vendored
Before Width: | Height: | Size: 412 KiB After Width: | Height: | Size: 412 KiB |
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 237 KiB After Width: | Height: | Size: 237 KiB |
Before Width: | Height: | Size: 496 KiB After Width: | Height: | Size: 496 KiB |
Before Width: | Height: | Size: 91 KiB After Width: | Height: | Size: 91 KiB |
Before Width: | Height: | Size: 155 KiB After Width: | Height: | Size: 155 KiB |
|
@ -3,9 +3,9 @@
|
||||||
<h1>Alles Gute zu Deinem Geburtstag!</h1>
|
<h1>Alles Gute zu Deinem Geburtstag!</h1>
|
||||||
<vue-plyr>
|
<vue-plyr>
|
||||||
<video poster='../assets/poster.png' autoplay="true">
|
<video poster='../assets/poster.png' autoplay="true">
|
||||||
<source src='/api/part1_240.mp4' type='video/mp4' size='240'>
|
<source src='/fake_api/part1_240.mp4' type='video/mp4' size='240'>
|
||||||
<source src='/api/part1_360.mp4' type='video/mp4' size='360'>
|
<source src='/fake_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_480.mp4' type='video/mp4' size='480'>
|
||||||
</video>
|
</video>
|
||||||
</vue-plyr>
|
</vue-plyr>
|
||||||
</div>
|
</div>
|