Skip to content

Commit

Permalink
remove development docker-compose file (airbytehq#4883)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhizor authored Jul 21, 2021
1 parent 350bb58 commit ce3b962
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
15 changes: 0 additions & 15 deletions docker-compose.dev.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion docs/project-overview/changelog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Airbyte is comprised of 2 parts:

The "production" version of Airbyte is the version of the app specified in `.env`. With each production release, we update the version in the `.env` file. This version will always be available for download on DockerHub. It is the version of the app that runs when a user runs `docker-compose up`.

The "development" version of Airbyte is the head of master branch. It is the version of the app that runs when a user runs `docker-compose --env-file .env.dev -f docker-compose.yaml -f docker-compose.dev.yaml up`.
The "development" version of Airbyte is the head of master branch. It is the version of the app that runs when a user runs `./gradlew composeBuild && VERSION=dev docker compose up`.

### Production Release Schedule

Expand Down

0 comments on commit ce3b962

Please sign in to comment.