Fresh Start

This commit is contained in:
Eric Gullickson
2025-08-07 09:59:22 -05:00
parent 6c64a17e86
commit 2e8816df7f
609 changed files with 0 additions and 170087 deletions

View File

@@ -1,21 +0,0 @@
---
version: "3.4"
services:
app:
image: ghcr.io/ericgullickson/motovaultpro:latest
build: .
restart: unless-stopped
# volumes used to keep data persistent
volumes:
- data:/App/data
- keys:/root/.aspnet/DataProtection-Keys
# expose port and/or use serving via traefik
ports:
- 8080:8080
env_file:
- .env
volumes:
data:
keys: