Initial commit. Add application skeleton

This commit is contained in:
2019-02-16 12:29:33 +07:00
commit 03ce30468c
25 changed files with 8395 additions and 0 deletions

16
docker-compose.yml Normal file
View File

@@ -0,0 +1,16 @@
version: '3'
services:
app:
build:
context: ./
args:
WEB_USER_ID: 33
WEB_USER_NAME: www-data
working_dir: /var/www/vue
expose:
- 8000
- 8080
volumes:
- .:/var/www/vue