mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-01 03:20:29 +00:00
Change freshrss to postgresql
This commit is contained in:
parent
eb5fd2705f
commit
379d4101d3
@ -6,7 +6,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- freshrss
|
- freshrss
|
||||||
- mariadb
|
- postgres
|
||||||
- proxy
|
- proxy
|
||||||
ports:
|
ports:
|
||||||
- 8088:80
|
- 8088:80
|
||||||
@ -36,7 +36,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
freshrss:
|
freshrss:
|
||||||
external: false
|
external: false
|
||||||
mariadb:
|
postgres:
|
||||||
external: true
|
external: true
|
||||||
proxy:
|
proxy:
|
||||||
external: true
|
external: true
|
||||||
|
Loading…
Reference in New Issue
Block a user