mirror of
https://github.com/Dannecron/ich-lerne-deutsch.git
synced 2025-12-25 12:52:35 +03:00
Initial commit. Add application skeleton
This commit is contained in:
16
docker-compose.yml
Normal file
16
docker-compose.yml
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user