Skip to content

Commit

Permalink
Merge pull request #136 from CMSgov/easi-340
Browse files Browse the repository at this point in the history
Remove db_clean service from docker-compose.yml
  • Loading branch information
rpdelaney committed Apr 9, 2020
2 parents 34c3017 + 6ceaeda commit bcb3f8c
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions docker-compose.yml
Expand Up @@ -5,16 +5,6 @@ services:
image: postgres:11.6
ports:
- 5432:5432
db_clean:
build:
context: .
dockerfile: Dockerfile.db_clean
environment:
- FLYWAY_USER=postgres
- FLYWAY_PASSWORD=
- FLYWAY_URL=jdbc:postgresql://db/postgres
depends_on:
- db
db_migrate:
build:
context: .
Expand All @@ -26,7 +16,7 @@ services:
volumes:
- ./migrations:/flyway/sql
depends_on:
- db_clean
- db
easi:
build:
context: .
Expand Down

0 comments on commit bcb3f8c

Please sign in to comment.