update reverb container
This commit is contained in:
+2
-6
@@ -96,17 +96,13 @@ services:
|
||||
|
||||
reverb:
|
||||
build:
|
||||
context: ./docker/php
|
||||
context: ./docker/reverb
|
||||
dockerfile: Dockerfile
|
||||
container_name: app-reverb
|
||||
environment:
|
||||
- GIT_TOKEN=${GIT_TOKEN}
|
||||
- BACKEND_GIT_REPO=${BACKEND_GIT_REPO}
|
||||
- BACKEND_GIT_BRANCH=${BACKEND_GIT_BRANCH}
|
||||
entrypoint: []
|
||||
command: php artisan reverb:start --host=0.0.0.0 --port=8080
|
||||
volumes:
|
||||
- ./app-code:/var/www/app${DEV:+:delegated}
|
||||
- ./app-code:/var/www/app:delegated
|
||||
ports:
|
||||
- "8080:8080"
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user