WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit 4c62b31767 - Show all commits

View file

@ -6,7 +6,7 @@ services:
image: postgres:12-alpine
restart: unless-stopped
volumes:
- /docker/tt-rss/postgresql:/var/lib/postgresql/data
- /docker/tt-rss/db:/var/lib/postgresql/data
environment:
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
- POSTGRES_USER=${POSTGRES_USER}