Skip to content

Commit

Permalink
Get views working properly, remove postgres authentication config
Browse files Browse the repository at this point in the history
  • Loading branch information
redfast00 committed Aug 21, 2020
1 parent 48d8605 commit fc2a82b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ services:
POSTGRES_USER: zauth
POSTGRES_PASSWORD: zauth
volumes:
- "./docker_misc/pg_hba.conf:/var/lib/postgresql/data/pg_hba.conf"
- zauth-database:/var/lib/postgresql/data
networks:
- zauth-internal
Expand Down
2 changes: 0 additions & 2 deletions migrations/2020-08-21-201249_mailview/down.sql

This file was deleted.

4 changes: 0 additions & 4 deletions migrations/2020-08-21-201249_mailview/up.sql

This file was deleted.

0 comments on commit fc2a82b

Please sign in to comment.