fix: stable named volume for data persistence across deploys

This commit is contained in:
Jarian Cottingham 2026-07-07 22:05:56 +00:00 committed by Jarian
parent c208bd99c5
commit 56bb633c68

View File

@ -1,3 +1,5 @@
name: newsarchiver
services:
newsarchiver:
build:
@ -19,3 +21,4 @@ services:
volumes:
newsarchiver_data:
external: true