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:
+3
-3
@@ -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
|
||||
Reference in New Issue
Block a user