File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
- # ignore: true
2
1
# documentation: https://freshrss.org/index.html
3
2
# slogan: A free, self-hostable feed aggregator.
4
3
# tags: rss, feed
@@ -17,13 +16,16 @@ services:
17
16
volumes :
18
17
- freshrss-data:/var/www/FreshRSS/data
19
18
- freshrss-extensions:/var/www/FreshRSS/extensions
19
+ depends_on :
20
+ freshrss-db :
21
+ condition : service_healthy
20
22
healthcheck :
21
23
test : ["CMD-SHELL", "bash -c ':> /dev/tcp/127.0.0.1/80' || exit 1"]
22
24
interval : 5s
23
25
timeout : 20s
24
26
retries : 3
25
27
26
- mariadb :
28
+ freshrss-db :
27
29
image : mariadb:11
28
30
volumes :
29
31
- mariadb-data:/var/lib/mysql
Original file line number Diff line number Diff line change 1
- # ignore: true
2
1
# documentation: https://freshrss.org/index.html
3
2
# slogan: A free, self-hostable feed aggregator.
4
3
# tags: rss, feed
@@ -17,13 +16,16 @@ services:
17
16
volumes :
18
17
- freshrss-data:/var/www/FreshRSS/data
19
18
- freshrss-extensions:/var/www/FreshRSS/extensions
19
+ depends_on :
20
+ freshrss-db :
21
+ condition : service_healthy
20
22
healthcheck :
21
23
test : ["CMD-SHELL", "bash -c ':> /dev/tcp/127.0.0.1/80' || exit 1"]
22
24
interval : 5s
23
25
timeout : 20s
24
26
retries : 3
25
27
26
- mysql :
28
+ freshrss-db :
27
29
image : mysql:8
28
30
volumes :
29
31
- mysql-data:/var/lib/mysql
Original file line number Diff line number Diff line change 1
- # ignore: true
2
1
# documentation: https://freshrss.org/index.html
3
2
# slogan: A free, self-hostable feed aggregator.
4
3
# tags: rss, feed
You can’t perform that action at this time.
0 commit comments