Update docker-compose_dev, README and add auth basic
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user