Skip to content

Commit

Permalink
stop creating two databases (#2841)
Browse files Browse the repository at this point in the history
* stop creating two databases

* remove line completely
  • Loading branch information
jrhizor committed Apr 12, 2021
1 parent 616d55d commit 5216ea7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose.yaml
Expand Up @@ -18,7 +18,6 @@ services:
environment:
- POSTGRES_USER=${DATABASE_USER}
- POSTGRES_PASSWORD=${DATABASE_PASSWORD}
- POSTGRES_DB=db-${DATABASE_DB}
volumes:
- db:/var/lib/postgresql/data
seed:
Expand Down

0 comments on commit 5216ea7

Please sign in to comment.