File tree Expand file tree Collapse file tree 3 files changed +25
-0
lines changed Expand file tree Collapse file tree 3 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 99/storage /logs /*
1010/.github
1111/.idea
12+ /. * .cache
13+ /test-files
Original file line number Diff line number Diff line change @@ -20,3 +20,4 @@ yarn-error.log
2020/.idea
2121/.vscode
2222.php-cs-fixer.cache
23+ /test-files
Original file line number Diff line number Diff line change 1+ ---
2+
3+ # WARNING
4+ # This file is for development testing only.
5+ # Refer to the readme for an example that you might want to use
6+ # for running the application in actual usage.
7+
8+ version : " 2"
9+ services :
10+ rss :
11+ container_name : rss_dev
12+ build :
13+ context : ./
14+ dockerfile : ./docker/Dockerfile
15+ environment :
16+ - APP_NAME=RSS
17+ - APP_FEED_UPDATE_FREQUENCY=5
18+ volumes :
19+ - ./test-files:/app/storage
20+ ports :
21+ - " 8080:80"
22+ restart : unless-stopped
You can’t perform that action at this time.
0 commit comments