Skip to content

Commit

Permalink
Revert "add data volume again (#5715)" (#5719)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuliren authored Aug 30, 2021
1 parent a53dd7e commit 36ebf95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
- workspace:${WORKSPACE_ROOT}
- ${LOCAL_ROOT}:${LOCAL_ROOT}
- data:${CONFIG_ROOT}
server:
image: airbyte/server:${VERSION}
logging: *default-logging
Expand Down Expand Up @@ -145,6 +144,9 @@ services:
volumes:
workspace:
name: ${WORKSPACE_DOCKER_MOUNT}
# the data volume is only needed for backward compatibility; when users upgrade
# from an old Airbyte version that relies on file-based configs, the server needs
# to read this volume to copy their configs to the database
data:
name: ${DATA_DOCKER_MOUNT}
db:
Expand Down

0 comments on commit 36ebf95

Please sign in to comment.