Refactor Docker Compose configurations and add deployment workflows for cloud-pc and mini-pc services
Deploy cloud-pc / deploy (push) Failing after 15s
Deploy mini-pc / deploy (push) Failing after 4s
Deploy ru-vps / deploy (push) Failing after 5s

This commit is contained in:
Dmitry
2026-05-27 15:41:15 +03:00
parent 90128b237d
commit dc3ff78d6d
39 changed files with 603 additions and 29 deletions
+3 -3
View File
@@ -23,8 +23,8 @@ services:
- PGID=1000
- TZ=Europe/Moscow
volumes:
- /srv/stacks/adguard/work:/opt/adguardhome/work:rw
- /srv/stacks/adguard/conf:/opt/adguardhome/conf:rw
- /opt/data/adguard/work:/opt/adguardhome/work:rw
- /opt/configs/adguard:/opt/adguardhome/conf:rw
- /etc/hosts:/etc/hosts:ro
ports:
- 53:53/tcp # DNS - **mandatory**
@@ -43,4 +43,4 @@ services:
cap_add:
- NET_ADMIN
- SYS_MODULE
networks: {}
networks: {}