mirror of
https://github.com/sakaljurgis/actions-api.git
synced 2026-07-08 22:07:40 +00:00
initial commit
This commit is contained in:
@@ -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'
|
||||
Reference in New Issue
Block a user