geändert: Makefile

geändert:       docker-compose.yml
	neue Datei:     keys/ec_private.pem
	neue Datei:     keys/ec_public.pem
	geändert:       main.py
	geändert:       requirements.txt
This commit is contained in:
2025-12-21 17:39:32 +01:00
parent c571c0cbb2
commit 70dbf0b120
6 changed files with 272 additions and 42 deletions
+3 -3
View File
@@ -18,10 +18,10 @@ services:
- .env
db:
image: postgres:15
image: docker.io/library/postgres:15
environment:
- DB_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@db:5432/${POSTGRES_DB}
env_file:
- .env
volumes:
- /srv/data/db/services/authentication:/var/lib/postgresql/data
# volumes:
# - /srv/data/db/services/authentication:/var/lib/postgresql/data