fix: stable named volume for data persistence across deploys

This commit is contained in:
Jarian Cottingham 2026-07-07 22:05:56 +00:00
parent 5efa6e4284
commit 4c5e936ca8

View File

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