initial commit

This commit is contained in:
2026-03-24 14:44:15 -07:00
commit dac995a33e
11 changed files with 10359 additions and 0 deletions

12
docker-compose.yaml Normal file
View File

@ -0,0 +1,12 @@
# docker compose
services:
pwdgen:
build: .
image: pwdgen_v2:latest
container_name: pwd.matt-cloud.com
ports:
- "80:80"
volumes:
- ./pwdgen:/opt/pwdgen
restart: always