wip
This commit is contained in:
+3
-2
@@ -9,14 +9,15 @@ services:
|
|||||||
tty: true
|
tty: true
|
||||||
ports:
|
ports:
|
||||||
- "${APP_PORT:-8000}:80"
|
- "${APP_PORT:-8000}:80"
|
||||||
|
env_file:
|
||||||
|
- .env
|
||||||
depends_on:
|
depends_on:
|
||||||
- mysql
|
- mysql
|
||||||
- redis
|
- redis
|
||||||
networks:
|
networks:
|
||||||
- investbrain-network
|
- investbrain-network
|
||||||
volumes:
|
volumes:
|
||||||
- ./storage:/var/www/app/storage
|
- .:/var/www/app/:rw
|
||||||
- .env:/var/www/app/.env
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:alpine
|
image: redis:alpine
|
||||||
container_name: investbrain-redis
|
container_name: investbrain-redis
|
||||||
|
|||||||
Reference in New Issue
Block a user