into "ui" dir
|
@ -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
|
||||
|
||||
|
|
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>
|
||||
<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>
|