initial commit

This commit is contained in:
Jurgis Sakalauskas
2025-01-08 12:45:00 +02:00
commit 6df493fab3
86 changed files with 11890 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
services:
app:
build:
context: '.'
dockerfile: Dockerfile
args:
UID: '${UID:-1000}'
ports:
- '3000:80'
volumes:
- '.:/var/www/html'
- './storage:/var/www/html/storage'
- './storage/app/public:/var/www/html/public/storage'