update compose

This commit is contained in:
2025-03-11 10:59:20 -04:00
parent eef5c340f4
commit 5e3bf4053b

View File

@@ -0,0 +1,12 @@
version: '3'
services:
http:
build: .
container_name: maxwarden
ports:
- 9090:80
env_file: ".env"
volumes:
- ./passwords.db:/app/passwords.db:Z
restart: always