Skip to content

Commit

Permalink
Use atelier from docker compose (#6371)
Browse files Browse the repository at this point in the history
  • Loading branch information
girarda committed May 5, 2023
1 parent 7da61c7 commit fef011d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ services:
bootloader:
condition: service_completed_successfully
airbyte-connector-builder-server:
image: airbyte/connector-builder-server:${VERSION} # Replace with airbyte/connector-atelier-server:${VERSION} to test the builder micronaut refactor
image: airbyte/connector-atelier-server:${VERSION}
logging: *default-logging
container_name: airbyte-connector-builder-server
restart: unless-stopped
Expand Down

0 comments on commit fef011d

Please sign in to comment.