🔧
This commit is contained in:
@@ -5,7 +5,6 @@ services:
|
|||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
args:
|
args:
|
||||||
WWWGROUP: '${WWWGROUP}'
|
WWWGROUP: '${WWWGROUP}'
|
||||||
command: 'npm install && php artisan migrate && php artisan serve --port=80'
|
|
||||||
image: sail-8.2/app
|
image: sail-8.2/app
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- 'host.docker.internal:host-gateway'
|
- 'host.docker.internal:host-gateway'
|
||||||
@@ -24,6 +23,7 @@ services:
|
|||||||
- sail
|
- sail
|
||||||
depends_on:
|
depends_on:
|
||||||
- pgsql
|
- pgsql
|
||||||
|
command: npm install && php artisan migrate
|
||||||
pgsql:
|
pgsql:
|
||||||
image: 'postgres:15'
|
image: 'postgres:15'
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user