This commit is contained in:
hackerESQ
2025-01-25 18:41:20 -06:00
parent e0b5610d90
commit 4f5894ef4a
+3 -2
View File
@@ -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