Skip to content

Commit cb7ee23

Browse files
committed
Add missing volume
1 parent efc596c commit cb7ee23

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,5 @@ RUN chown -R www-data:www-data /var/www/html/bootstrap/cache
6767

6868
ENV APP_ENV=production
6969
ENV APP_DEBUG=false
70+
71+
VOLUME /var/www/html/storage/app/jobs

docker-compose-prod.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ services:
2525
- internal
2626
depends_on:
2727
- db
28+
volumes:
29+
- jobs_data:/var/www/html/storage/app/jobs
2830
environment:
2931
- DB_CONNECTION=mysql
3032
- DB_HOST=db
@@ -56,3 +58,4 @@ networks:
5658

5759
volumes:
5860
db_data: {}
61+
jobs_data: {}

0 commit comments

Comments
 (0)