This commit is contained in:
2026-02-02 19:43:16 +01:00
parent edb49621ad
commit 69ceb80b4d
43 changed files with 594 additions and 337 deletions

View File

@@ -5,9 +5,16 @@
Base all volumes on `/home/rcadmin/docker/`
docker stack deploy -c compose.yml <name>
```
networks:
- dozzle
deploy:
mode: global
restart_policy:
condition: on-failure
labels:
- homepage.group=Information
- homepage.name=FreshRSS
@@ -19,8 +26,14 @@ Base all volumes on `/home/rcadmin/docker/`
- homepage.widget.url=http://192.168.50.201:8083
- homepage.widget.username=kim
- homepage.widget.password=homekbr1998
networks:
dozzle:
driver: overlay
attachable: true
```
```
version: '3.8'
services: