Update docker-compose_dev, README and add auth basic

This commit is contained in:
2020-10-11 21:56:57 +02:00
parent 3e02fad96f
commit a82f090370
6 changed files with 26 additions and 6 deletions

View File

@@ -6,7 +6,6 @@ services:
environment:
PGADMIN_DEFAULT_EMAIL: test@schoff.it
PGADMIN_DEFAULT_PASSWORD: example
restart: always
ports:
- "8084:80"
volumes:
@@ -48,7 +47,6 @@ services:
postgres-db:
image: postgres:11.6
restart: always
ports:
- "8081:5432"
environment: