oskarb-patch-1 (#1)
Some checks failed
Deploy App / build-and-deploy (push) Failing after 12s

Reviewed-on: #1
This commit is contained in:
2025-08-31 08:03:48 +02:00
parent bfcb2d9a59
commit f9fb619666
2 changed files with 8 additions and 4 deletions

View File

@@ -9,10 +9,9 @@ services:
- laravel
nginx:
image: nginx:1.27
volumes:
- ../nginx.conf:/etc/nginx/conf.d/default.conf:ro
- ./public:/var/www/html/public:ro
build:
context: .
target: nginx
ports:
- '${APP_PORT:-80}:80'
depends_on: