Files
actions-api/docker-compose.yml
T
Jurgis Sakalauskas 6df493fab3 initial commit
2025-01-08 12:45:00 +02:00

14 lines
350 B
YAML

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'