Rename "local-net" to default and fix healthcheck network
This commit is contained in:
parent
c32e305eb3
commit
1d074bf14b
9 changed files with 10 additions and 29 deletions
_ansible/roles/tinytinyrss/vars
|
@ -37,7 +37,7 @@ compose:
|
|||
volumes:
|
||||
- app:/var/www/html
|
||||
networks:
|
||||
local-net:
|
||||
default:
|
||||
|
||||
updater:
|
||||
image: cthulhoo/ttrss-fpm-pgsql-static
|
||||
|
@ -50,7 +50,7 @@ compose:
|
|||
- tt-rss
|
||||
command: /opt/tt-rss/updater.sh
|
||||
networks:
|
||||
local-net:
|
||||
default:
|
||||
volumes:
|
||||
app:
|
||||
|
||||
|
|
Reference in a new issue