added password counter
All checks were successful
Docker Release Build / push_to_registry (push) Successful in 58s

This commit is contained in:
Florian Walther
2026-02-07 23:45:57 +01:00
parent 8869db0f6b
commit 13c791b1ae
6 changed files with 153 additions and 31 deletions

View File

@@ -3,6 +3,8 @@ services:
image: gitea.scu.si/florian.walther/password-generator:latest
container_name: password-generator
restart: always
volumes:
- ./app_data:/data
expose:
- "8080:8080"
labels:

View File

@@ -3,6 +3,8 @@ services:
image: gitea.scu.si/florian.walther/password-generator:latest
container_name: password-generator
restart: always
volumes:
- ./app_data:/data
ports:
- "8080:8080"
# Falls die Registry privat ist, muss der Host zuvor mit