Change freshrss to postgresql

This commit is contained in:
Marko Korhonen 2021-01-09 12:14:05 +02:00
parent ad0a1aaed7
commit 83bfedf9cc
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -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